1.1.7 • Published 6 years ago
beet-cl v1.1.7
a react component library
storybook: https://peterdulworth.github.io/beet-cl/
using
npm install beet-climport { TextInput } from 'beet-cl';
<TextInput ... >developing
npm run storybooknpm startpublishing to npm
npm login
npm version [major | minor | patch]
npm publishpublishing to gh-pages
travis-ci will automatically build the storybook and deploy it here on every push to master.