https://github.com/requestly/requestly-ui
Library of UI components developed at Requestly
https://github.com/requestly/requestly-ui
Last synced: 10 months ago
JSON representation
Library of UI components developed at Requestly
- Host: GitHub
- URL: https://github.com/requestly/requestly-ui
- Owner: requestly
- License: apache-2.0
- Created: 2023-04-17T13:02:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:29:57.000Z (about 1 year ago)
- Last Synced: 2025-03-26T20:51:35.112Z (11 months ago)
- Language: TypeScript
- Size: 942 KB
- Stars: 6
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# requestly-ui
Library of reusable UI components developed at Requestly.
## Install
```sh
npm install
```
## Build
### All components
```sh
npm run build
```
### Individual component
```sh
cd packages/
npm run build
```
### Run Storybook
```sh
npm run storybook
```