Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instructure-react/react-select-box

An accessible select box component for React.
https://github.com/instructure-react/react-select-box

Last synced: about 2 months ago
JSON representation

An accessible select box component for React.

Awesome Lists containing this project

README

        

# React Select Box

[![Build Status](https://travis-ci.org/instructure-react/react-select-box.svg?branch=master)](https://travis-ci.org/instructure/react-select-box)

An accessible select box component for React.

## Demo

[http://instructure-react.github.io/react-select-box/](http://instructure-react.github.io/react-select-box/)

## Installation

```bash
$ npm install react-select-box --save
```

## Development

```bash
$ git clone [email protected]:instructure/react-select-box.git
$ npm install
```

### Run the tests

```bash
$ npm test
```

### Start the dev server

```bash
$ PORT=4000 npm start
```

Defaults to port `1337` if no port env variable is set.