How to use the uikit-react.Notification.displayName function in uikit-react

To help you get started, we’ve selected a few uikit-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github stipsan / uikit-react / src / stories / Notification.js View on Github external
>
        {`${type}-${position}`}
        {this.props.isSticky ? '- isSticky' : ''}
        {this.props.icon ? '- icon' : ''}
        {this.props.onClick ? '- click' : ''}
        {this.props.timeout ? '- timeout' : ''}
      
      
    )
  }
}

Notification.displayName = 'Notification'

storiesOf('Notification', module)
  .addWithInfo('Basic Usage', '', () => (
    <div>
      
    </div>
  ), { header: false, inline: true, propTables: [Notification] })
  .addWithInfo('Position', '', () =&gt; (
    <div>
      
      
      
      
      
      
    </div>

uikit-react

UIkit components for use in React.

ISC
Latest version published 2 years ago

Package Health Score

42 / 100
Full package analysis