1.2.0 • Published 5 years ago
@vaadin-component-factory/vcf-multi-select v1.2.0
vcf-multi-select
A select element (similar to vaadin-select) that supports selecting multiple items
Installation
Install vcf-multi-select:
npm i @vaadin-component-factory/vcf-multi-select --saveUsage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-multi-select';Add <vcf-multi-select> element to the page.
<vcf-multi-select></vcf-multi-select>Running demo
Fork the
vcf-multi-selectrepository and clone it locally.Make sure you have npm installed.
When in the
vcf-multi-selectdirectory, runnpm installto install dependencies.Run
npm startto open the demo.
License
Apache License 2