import { storiesOf } from '@storybook/react'; import IconButton from '.'; storiesOf('IconButton', module) .add('Pure', () => ( )) .add('Icon', () => ( )) .add('Icon & Label', () => ( )) .add('Plain', () => ( )) .add('Primary', () => ( ))