Popularity
3.8
Growing
Activity
0.0
Stable
188
12
103
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
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
Promo
surveyjs.io

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.