react-bootstrap-select

WebJar for react-bootstrap-select

Лицензия

Лицензия

MIT
Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

react-bootstrap-select
Последняя версия

Последняя версия

0.13.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

react-bootstrap-select
WebJar for react-bootstrap-select
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать react-bootstrap-select

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.13.0