Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
>
{`${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', '', () => (
<div>
</div>