Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1021 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 1021 Bytes

a react component library

Build Status npm package npm downloads styled with prettier

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.