πŸš€ Big News:Socket Has Acquired Secure Annex.Learn More β†’
Socket
Book a DemoSign in
Socket

@groww-tech/ui-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
97
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

latest
Source
npmnpm
Version
0.8.9
Version published
Weekly downloads
60
-41.75%
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 25 Nov 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