react-bootstrap-select

A custom <select> for react-bootstrap using button dropdown as replacement

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-bootstrap-select
72110.14.08 years ago9 years agoMinified + gzip package size for react-bootstrap-select in KB

Readme

react-bootstrap-select

!NPM versionnpm-imagenpm-url !Dependency Statusdaviddm-imagedaviddm-url A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects. Tested with React 0.12 and Bootstrap 3. Based on https://github.com/silviomoreto/bootstrap-select

  1. Install

```sh $ npm install react-bootstrap-select --save ```

  1. Usage

```js React = require('react'); React.Bootstrap = require('react-bootstrap'); React.Bootstrap.Select = require('react-bootstrap-select'); ``` ```html ```

  1. Demo and Documentation

See a Bootstrap 3 example here.

License

MIT Checkout the documentation for further information.