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

https://github.com/vaadin-component-factory/multiselect-combo-box


https://github.com/vaadin-component-factory/multiselect-combo-box

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# <vcf-multiselect-combo-box>

## Installation

Install `vcf-multiselect-combo-box`:

```sh
npm i @vaadin-component-factory/vcf-multiselect-combo-box --save
```

## Usage

Once installed, import it in your application:

```js
import '@vaadin-component-factory/vcf-multiselect-combo-box';
```

Add `` element to the page.

```html

```

## Running demo

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

1. Make sure you have [npm](https://www.npmjs.com/) installed.

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

1. Run `npm start` to open the demo.

## License

Apache License 2.0