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

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

Awesome Lists containing this project

README

          

# React Custom Select

[![React Select](assets/react-select.png)](https://react-custom-select.netlify.app/)

[![React custom Select](assets/react-select1.png)](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!