));
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('Tabs', module)
.add('Default', () => (