JSPM

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

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 100
  • Score
    100M100P100Q91195F
  • License https://raw.githubusercontent.com/vaadin/vaadin-incubator-element/master/LICENSE

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

Package Exports

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

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin-component-factory/vcf-multi-select) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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