An open API service indexing awesome lists of open source software.

https://github.com/vaadin-component-factory/vcf-multi-select


https://github.com/vaadin-component-factory/vcf-multi-select

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# vcf-multi-select
[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-multi-select)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-multi-select)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-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