A multiselect combo box web component compatible with the Vaadin Web Components
npm install multiselect-combo-box


A multiselect combo box web component compatible with the Vaadin Web Components
#### Demo ↗ | Material Theme Demo ↗
Install the multiselect-combo-box:
```
npm install multiselect-combo-box --save
Once installed, import in your applicaiton:
``
import 'multiselect-combo-box/multiselect-combo-box.js';
Add to your page:
``
> For more usage examples, see the demo.
1. Fork the multiselect-combo-box repository and clone it locally.multiselect-combo-box
1. Make sure you have npm (packaged with Node.js) installed locally.
1. To install the element's dependencies, in the directory, run: npm install
To perform linting, run the tests and automatically open the demo page, run:
``
npm run start
- master the latest version of the multiselect-combo-boxpolymer-2
- the Polymer 2.x version of the multiselect-combo-box` which is not maintained anymore.
The Vaadin Flow Java compatible version of this component is available on the Vaadin Directory and GitHub.