!!! The repo has been migrated to webster
React UI library used by Groww.
Install the dependencies and devDependencies and start the server.
npm i @groww-tech/ui-toolkit
To start the storybook server
yarn storybook
To build the library
yarn build
To check linting
yarn lint
.
├── 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
MIT