0.1.1 • Published 3 years ago
groww-tech-ui-toolkit-beta v0.1.1
Groww UI-Toolkit
React UI library used by Groww.
Installation
Install the dependencies and devDependencies and start the server.
npm i @groww-tech/ui-toolkitDevelopment
To start the storybook server
yarn storybookTo build the library
yarn buildTo check linting
yarn lintFolder 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.jsonLicense
MIT