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 --saveDevelopment
$ git clone git@github.com:instructure/react-select-box.git
$ npm installRun the tests
$ npm testStart the dev server
$ PORT=4000 npm startDefaults to port 1337 if no port env variable is set.