Skip to content

PeterDulworth/beet-cl

Repository files navigation

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.