• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An accessible select box component for React.

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.