Directory

vcf-multi-select - Vaadin Add-on Directory

A select element (similar to vaadin-select) that supports selecting multiple items vcf-multi-select - Vaadin Add-on Directory
# vcf-multi-select A select element (similar to vaadin-select) that supports selecting multiple items ## Installation Install `vcf-multi-select`: ```sh npm i @vaadin-component-factory/vcf-multi-select --save ``` ## Usage Once installed, import it in your application: ```js import '@vaadin-component-factory/vcf-multi-select'; ``` Add `` element to the page. ```html ``` ## Running demo 1. Fork the `vcf-multi-select` repository and clone it locally. 1. Make sure you have [npm](https://www.npmjs.com/) installed. 1. When in the `vcf-multi-select` directory, run `npm install` to install dependencies. 1. Run `npm start` to open the demo. ## License Apache License 2