react-bootstrap-select

0.14.0 • Public • Published

react-bootstrap-select

NPM version Dependency Status

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

$ npm install react-bootstrap-select --save

2. Usage

React = require('react');
React.Bootstrap = require('react-bootstrap');
React.Bootstrap.Select = require('react-bootstrap-select');
<React.Bootstrap.Select>
  <option>Mustard</option>
  <option>Ketchup</option>
  <option>Barbecue</option>
</React.Bootstrap.Select>

3. Demo and Documentation

See a Bootstrap 3 example here.

License

MIT

Checkout the documentation for further information.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.14.0149latest

Version History

VersionDownloads (Last 7 Days)Published
0.14.0149
0.13.00
0.12.152
0.12.140
0.12.130
0.12.112
0.12.101
0.12.90
0.12.81
0.12.71
0.12.61
0.12.50
0.12.41
0.12.31
0.12.20
0.12.11

Package Sidebar

Install

npm i react-bootstrap-select

Weekly Downloads

125

Version

0.14.0

License

MIT

Last publish

Collaborators

  • tjwebb