Groww UI-Toolkit
React UI library used by Groww.
Storybook of components (Demo):
https://groww-ui.netlify.app/
Installation
Install the dependencies and devDependencies and start the server.
npm i @groww-tech/ui-toolkit
Development
To start the storybook server
yarn storybook
To build the library
yarn build
To check linting
yarn lint
Folder Structure
.
βββ README.md
βββ package.json
βββ rollup.config.js
βββ src
βΒ Β βββ components //code for components
βΒ Β βΒ Β βββ atoms
βΒ Β βΒ Β βββ index.ts
βΒ Β βΒ Β βββ molecules
βΒ Β βββ index.ts
βΒ Β βββ utils
βββ stories //stories for each components
βΒ Β βββ Button.stories.tsx
βΒ Β βββ CheckBox.stories.tsx
βΒ Β βββ IconStore.stories.tsx
βΒ Β βββ Image.stories.tsx
βββ tsconfig.json
License
MIT