# react-select-box **Repository Path**: chenshuchuan/react-select-box ## Basic Information - **Project Name**: react-select-box - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 git@github.com: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.