Use React Select with virtualized options.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This project was initially built as a side project, because we spent a some time tweaking React Select to work with our specific use cases, and we used React Virtualized in another part of an application we were working together in.
We saw there was another library, React Virtual, that might be more updated than React Virtualized, and this was a use case we could try and learn how to use it as well.
This project has a monorepo structure and uses yarn workspaces
to handle dependencies. To get a local copy up and running follow these steps.
- Clone the repo
git clone https://github.com/lucbpz/react-virtual-select.git
- Install NPM packages
yarn install
- Launch a demo app with React Virtual Select
yarn dev
- Launch documentation website locally
cd docs && yarn dev
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- [] Make React Virtual Select work!
- [] Export types
- [] Have nice docs
- [] Test with Cypress
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Check out our Contributing file!
Distributed under the MIT License. See LICENSE.txt
for more information.
Adrián Serrano - @adrserr
Lucas Bernalte - @lucasbernalte
Project Link: https://github.com/lucbpz/react-virtual-select