@vaadin-component-factory/vcf-multi-select

A select element (similar to vaadin-select) that supports selecting multiple items

Usage no npm install needed!

<script type="module">
  import vaadinComponentFactoryVcfMultiSelect from 'https://cdn.skypack.dev/@vaadin-component-factory/vcf-multi-select';
</script>

README

vcf-multi-select

npm version Published on Vaadin Directory

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 --save

Usage

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

  1. Fork the vcf-multi-select repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-multi-select directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

License

Apache License 2