0.5.1 • Published 1 year ago

@vaadin-component-factory/vcf-multiselect-combo-box v0.5.1

Weekly downloads
21
License
https://raw.githu...
Repository
github
Last release
1 year ago

<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

  1. Fork the vcf-multiselect-combo-box repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-multiselect-combo-box directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

License

Apache License 2.0