Popularity
3.8
Stable
Activity
0.0
Stable
188
13
104
Programming language: JavaScript
License: MIT License
Latest version: v0.1.0
react-select-box alternatives and similar libraries
Based on the "Select" category.
Alternatively, view react-select-box alternatives based on common mentions on social networks and blogs.
-
React Virtualized Select
HOC that uses react-virtualized and react-select to display large lists of options in a drop-down -
react-styled-select
A Select control built with Reactjs, styled-components and :heart: http://agutoli.github.io/ -
React Responsive Select
A customisable, touchable, React select / multi-select form control. Built with keyboard and screen reader accessibility in mind
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of react-select-box or a related project?
README
React Select Box
An accessible select box component for React.
Demo
http://instructure-react.github.io/react-select-box/
Installation
$ npm install react-select-box --save
Development
$ git clone [email protected]:instructure/react-select-box.git
$ npm install
Run the tests
$ npm test
Start the dev server
$ PORT=4000 npm start
Defaults to port 1337
if no port env variable is set.