šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

@groww-tech/ui-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groww-tech/ui-toolkit

A lightning nature UI

0.8.0-beta.1
Source
npm
Version published
Weekly downloads
779
1.3%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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

FAQs

Package last updated on 26 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts