import React from 'react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { StoryContainer } from './helpers';
import { Banner, Icon } from '../src';
const primaryAction = {
content: 'Learn More',
onClick: action('Learn More Clicked')
};
export default storiesOf('Banner', module)
.addDecorator((getStory) => (
{ getStory() }
))
.addWithInfo('Default', () => (
If you're importing recipients from a previous provider, be sure to also import your suppressions later.
))
.addWithInfo('Success', () => (
Happy Sending!
))
.addWithInfo('Info', () => (
Please click the link in the email we sent you to unlock the higher daily sending limits.
))
.addWithInfo('Warning', () => (
Please read the IP Warm-up Overview article for more information.
))
.addWithInfo('Danger', () => (
To reactivate your account and pay your outstanding balance due, please update your payment information.
If you have questions about your account, please contact us at billing@sparkpost.com.