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