cognavi-ui-library
v1.5.9
Published
## Getting Started
Downloads
545
Readme
Cognavi India - UI Library
Getting Started
First, run the storybook server:
npm run storybook
# or
yarn storybook
Open http://localhost:6006 with your browser to see the storybook.
Structure
Root components folder: src/components
form related field and input will be inside src/components/forms
folder
Every component will have it's own file, story and tests (To be added later)