groww-beta-ui-toolkit
TypeScript icon, indicating that this package has built-in type declarations

0.7.85 • Public • Published

Groww UI-Toolkit

React UI library used by Groww.

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

/groww-beta-ui-toolkit/

    Package Sidebar

    Install

    npm i groww-beta-ui-toolkit

    Weekly Downloads

    95

    Version

    0.7.85

    License

    MIT

    Unpacked Size

    442 kB

    Total Files

    242

    Last publish

    Collaborators

    • aditya_groww