Popularity
3.9
Stable
Activity
0.0
Stable
188
13
102
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-selectize
A Stateless & Flexible Select component for React inspired by Selectize. -
React-Select-Plus
Fork of https://github.com/JedWatson/react-select with option group support -
react-aria-menubutton
A fully accessible, easily themeable, React-powered menu button -
react-selectrix
A beautiful, materialized and flexible React Select control -
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 -
react-combo-select
React dropdown for select and multiselect
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.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.