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
- Host: GitHub
- URL: https://github.com/kkomelin/react-select-customization-examples
- Owner: kkomelin
- License: mit
- Created: 2022-06-27T09:40:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T16:55:46.000Z (about 3 years ago)
- Last Synced: 2025-05-08T07:52:18.851Z (9 months ago)
- Topics: react, react-query, react-select
- Language: TypeScript
- Homepage: https://react-select-customization-examples.vercel.app
- Size: 1.62 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)