@lonerooftop/kitt-ui
v4.2.2
Published
This contains UI components that are intended to be reusable across Lone Rooftop applications.
Downloads
92
Keywords
Readme
KITT-UI
This contains UI components that are intended to be reusable across Lone Rooftop applications.
How to add new components
- Install node modules:
npm install - In one terminal, start rollup:
npm start - In another terminal, start storybook:
npm run storybook - Add your component files in a new directory in
src - Add a story and check if it works in storybook
- Export your component in
src/index.js - Deploy storybook:
npm run deploy-storybook
TODO: instructions for publishing to npm
