https://github.com/hesbon-osoro/react-select
Custom Select component in React and Typescript
https://github.com/hesbon-osoro/react-select
react react-select select typescript
Last synced: about 2 months ago
JSON representation
Custom Select component in React and Typescript
- Host: GitHub
- URL: https://github.com/hesbon-osoro/react-select
- Owner: hesbon-osoro
- Created: 2022-09-21T15:04:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T19:45:56.000Z (over 3 years ago)
- Last Synced: 2025-05-19T21:44:42.667Z (about 1 year ago)
- Topics: react, react-select, select, typescript
- Language: TypeScript
- Homepage: https://react-custom-select.netlify.app/
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Custom Select
[](https://react-custom-select.netlify.app/)
[](https://react-custom-select.netlify.app/)
This is a custom Select component in React and TypeScript
## Technologies
- React
- TypeScript
- Vite
- CSS
## Setup
```code
# Clone this repo
git clone https://github.com/hesbon-osoro/react-select.git
# Navigate to directory and install packages
cd react-select && yarn
# Start the app
yarn dev
```
## Hooks
- useState
- useEffect
- useRef
## Events
- Keyboard
- Mouse
Give this project a Star!