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
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-multi-select
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2020-11-13T10:54:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T08:03:31.000Z (over 4 years ago)
- Last Synced: 2025-02-14T07:44:47.058Z (3 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcf-multi-select
[](https://www.npmjs.com/package/@vaadin-component-factory/vcf-multi-select)
[](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