Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/instructure-react/react-select-box
- Owner: instructure-react
- Created: 2014-08-05T21:36:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T20:42:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T15:10:01.327Z (2 months ago)
- Language: JavaScript
- Homepage: http://instructure-react.github.io/react-select-box/
- Size: 2.44 MB
- Stars: 189
- Watchers: 13
- Forks: 104
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-components-all - react-select-box - An accessible select box component for React. (Uncategorized / Uncategorized)
- awesome-react-components - react-select-box - An accessible select box component for React. (UI Components / Form Components)
- awesome-react - react-select-box - An accessible select box component for React. ![](https://img.shields.io/github/stars/instructure-react/react-select-box.svg?style=social&label=Star) (UI Components / Form Components)
- awesome-list - react-select-box - An accessible select box component for React. (Demos / Form Components)
- awesome-react-components - react-select-box - An accessible select box component for React. (UI Components / Form Components)
- awesome-react-components - react-select-box - An accessible select box component for React. (UI Components / Form Components)
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.