@vaadin-component-factory/vcf-multiselect-combo-box
v0.5.1
Published
A multiselect combobox
Downloads
389
Readme
<vcf-multiselect-combo-box>
Installation
Install vcf-multiselect-combo-box
:
npm i @vaadin-component-factory/vcf-multiselect-combo-box --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-multiselect-combo-box';
Add <vcf-multiselect-combo-box>
element to the page.
<vcf-multiselect-combo-box></vcf-multiselect-combo-box>
Running demo
Fork the
vcf-multiselect-combo-box
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-multiselect-combo-box
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.
License
Apache License 2.0