1.5.9 • Published 1 year ago

cognavi-ui-library v1.5.9

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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)