An open API service indexing awesome lists of open source software.

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

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
```