UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

8 lines (6 loc) 264 B
import React from 'react'; import { storiesOf, action } from '@storybook/react'; import BtnContainer from './BtnContainer'; storiesOf('BtnContainer', module).add('Default button', () => ( <BtnContainer onClick={action('Button clicked')}>Like</BtnContainer> ));