));
storiesOf('Checkbox', module)
.add('Default', () => (
))
.add('Checked', () => (
))
.add('Disabled', () => (
));
storiesOf('Radio', module)
.add('Default', () => (
Video killed the radio star
))
.add('Checked', () => (
))
.add('Disabled', () => (
));
storiesOf('Input', module)
.add('Default', () => (
))
.add('type=email', () => (
We'll never share your email with anyone else.
));
storiesOf('Modal', module)
.add('Default', () => (
This is the Modal
));
storiesOf('Notificaton', module)
.add('Default', () => (
This is the default content
))
.add('warning', () => (
This is the warning content
))
.add('alert', () => (
This is the alert content
));
storiesOf('Pagination', module)
.add('Default', () => (
«Previous123
));
storiesOf('Radio Group', module)
.add('Default', () => (
Video killed the radio star
Video killed the radio star
Video killed the radio star
));
storiesOf('RangeSlider', module)
.add('Default', () => (
));
storiesOf('Select', module)
.add('Default', () => (
))
.add('multiple', () => (
));
storiesOf('Select Custom', module)
.add('Default', () => (
))
.add('Multiple', () => (
));
storiesOf('Tabs', module)
.add('Default', () => (