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

https://github.com/kkomelin/react-select-customization-examples

React Select Customization Examples
https://github.com/kkomelin/react-select-customization-examples

react react-query react-select

Last synced: 9 months ago
JSON representation

React Select Customization Examples

Awesome Lists containing this project

README

          

# React Select Customization Examples

Code examples for the [Developing a Custom Search Box With React-Select](https://komelin.com/articles/developing-custom-search-box-with-react-select) tutorial.

## Play locally

Clone the project and run:

```bash
yarn install || npm install
yarn start || npm start
```

It will open [http://localhost:3000](http://localhost:3000) in the browser automatically.

## Check out the hosted version

Open [https://react-select-customization-examples.vercel.app/](https://react-select-customization-examples.vercel.app/)