react-bootstrap-select

WebJar for react-bootstrap-select

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-bootstrap-select
Last Version

Last Version

0.13.0
Release Date

Release Date

Type

Type

jar
Description

Description

react-bootstrap-select
WebJar for react-bootstrap-select
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/tjwebb/react-bootstrap-select

Download react-bootstrap-select

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-select/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-bootstrap-select</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-select/
implementation 'org.webjars.npm:react-bootstrap-select:0.13.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-select/
implementation ("org.webjars.npm:react-bootstrap-select:0.13.0")
'org.webjars.npm:react-bootstrap-select:jar:0.13.0'
<dependency org="org.webjars.npm" name="react-bootstrap-select" rev="0.13.0">
  <artifact name="react-bootstrap-select" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-select', version='0.13.0')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap-select" % "0.13.0"
[org.webjars.npm/react-bootstrap-select "0.13.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.npm : vinyl-buffer jar [1.0.0,2)
org.webjars.npm : vinyl-source-stream jar [1.0.0,2)
org.webjars.npm : gulp jar [3.8.10,4)
org.webjars.npm : react-tools jar [0.13.0,0.14)
org.webjars.npm : browserify jar [9.0.0,10)
org.webjars.npm : reactify jar [1.0.0,2)
org.webjars.npm : gulp-uglify jar [1.1.0,2)

Project Modules

There are no modules declared in this project.

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

Version
0.13.0