Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 947 Bytes

File metadata and controls

46 lines (28 loc) · 947 Bytes

React Select Box

Build Status

An accessible select box component for React.

Improvements:

  • allow each Option to have a distinct style (using className)
  • render each selected Option with a distinct style (using className)

Screenshots

screenshot

Demo

http://instructure-react.github.io/react-select-box/

Installation

$ npm install react-select-box --save

Development

$ git clone git@github.com: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.