Popularity
3.8
Declining
Activity
0.0
Stable
189
13
104

Programming language: JavaScript
License: MIT License
Tags: UI Components     Select     React     Component    
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.

Do you think we are missing an alternative of react-select-box or a related project?

Add another 'Select' Library

README

React Select Box

Build Status

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.