@fdefelici/react-bootstrap-combobox
v1.13.0
Published
Select Component for React based on Bootstrap
Downloads
56
Readme
react-bootstrap-combobox ·
Combobox Components for React based on Bootstrap which offer the following features:
This library comes with two flavour widgets:
- Select: smart single/multi selection component
- Autocomplete: autocompletion component with single selection
Select showcase
Autocomplete showcase
Constraints
The library is based on React and Bootstrap (only css part), so in your project you must have these dependencies. It's suggested to adopt the following versions:
- react >= 15.0.0
- bootstrap >= 3.3.0 and < 4.0.0
Making the library compliant with Bootstrap 4.x is planned. Check-out the milestone.
Installation
Import the npm library as usual:
$ npm install @fdefelici/[email protected] --save
Usage
Detailed docs, on how to use, configure and tweek the components,can be found here:
Examples
For a full working example take a look at the example project or see the widgets in action at the live demo.
Browsers Compatibility
This component has been tested against the following browsers:
- Chrome 76+
- Firefox 68+
- Internet Explorer Edge
How to Contribute
If you want to contribute to the project, please follow the guidelines.