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