react-select-box-2
v3.0.2
Published
An accessible select box component for React 15. It is only fork of the original repository https://github.com/instructure-react/react-select-box for React version ^15.4.1
Readme
React Select Box 2
An accessible select box component for React 15. It is only fork of the original repository https://github.com/instructure-react/react-select-box. We added support for React 15. We don't have any plans to support original component or this fork. You can use it as is
Demo
Installation
$ npm install react-select-box-2 --saveDevelopment
$ git clone [email protected]:neospyk/react-select-box-2.git
$ npm installRun the tests
$ npm testStart the dev server
$ PORT=4000 npm startDefaults to port 1337 if no port env variable is set.
