New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@groww-tech/ui-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
85
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.7.9-beta.4
latest
Source
npm
Version published
Maintainers
1
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 04 Feb 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