@vaadin-component-factory/vcf-multiselect-combo-box
v0.5.1
Published
A multiselect combobox
Readme
<vcf-multiselect-combo-box>
Installation
Install vcf-multiselect-combo-box:
npm i @vaadin-component-factory/vcf-multiselect-combo-box --saveUsage
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-boxrepository and clone it locally.Make sure you have npm installed.
When in the
vcf-multiselect-combo-boxdirectory, runnpm installto install dependencies.Run
npm startto open the demo.
License
Apache License 2.0
