a react component library
storybook: https://peterdulworth.github.io/beet-cl/
npm install beet-cl
import { TextInput } from 'beet-cl';
<TextInput ... >
npm run storybook
npm start
npm login
npm version [major | minor | patch]
npm publish
travis-ci will automatically build the storybook and deploy it here on every push to master.