Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
/ ui-toolkit Public archive

Standard UI Library adopted in Groww. Customized as per requirement and preferences of devs in Groww.

License

Notifications You must be signed in to change notification settings

GrowwOld/ui-toolkit

Repository files navigation

!!! The repo has been migrated to webster

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

About

Standard UI Library adopted in Groww. Customized as per requirement and preferences of devs in Groww.

Resources

License

Stars

Watchers

Forks

Packages

No packages published