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
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/multiselect-combo-box
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2020-10-13T10:44:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T14:26:04.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:36:33.638Z (4 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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