https://github.com/itsjonq/react-select
React Select Component
https://github.com/itsjonq/react-select
Last synced: 12 months ago
JSON representation
React Select Component
- Host: GitHub
- URL: https://github.com/itsjonq/react-select
- Owner: ItsJonQ
- Created: 2019-08-29T02:14:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:31:25.000Z (over 3 years ago)
- Last Synced: 2025-01-13T19:41:02.199Z (over 1 year ago)
- Language: TypeScript
- Size: 4.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Select
## Installation
To install the necessary dependencies run:
```
nvm use
yarn
```
## Component playground
To start the component playground run:
```
yarn start
```