timelessco / chakra-components

Components built on top of Chakra UI
MIT License
1 stars 0 forks source link

Add story book #12

Closed prasanna1211 closed 4 years ago

prasanna1211 commented 4 years ago

Would prefer storybook library.

  1. Should be able to import and show demo of the component
  2. Should be able to custom style the component (preferably using our components).
prasanna1211 commented 4 years ago

npm run start should start the story book instead of index.js of the app. index.js should be just the root for the npm package.

navin-moorthy commented 4 years ago
  1. npm run start should start the story book

Okay I will configure like that

navin-moorthy commented 4 years ago

Finished adding the storybook to our checkbox component.

prasanna1211 commented 4 years ago

Moved to story book with DOCZ library.