Directory

vcf-lookup-field - Vaadin Add-on Directory

Vaadin Component Factory Lookup Field vcf-lookup-field - Vaadin Add-on Directory
# <vcf-lookup-field> ![vcf-lookup-field-screenshot](https://user-images.githubusercontent.com/3392815/99876883-a41f3f00-2c02-11eb-81ab-b99c512ebf79.png) ## Installation Install `vcf-lookup-field`: ```sh npm i @vaadin-component-factory/vcf-lookup-field --save ``` ## Usage Once installed, import it in your application: ```js import '@vaadin-component-factory/vcf-lookup-field'; ``` Add `` element to the page. ```html ``` ## Running demo 1. Fork the `vcf-lookup-field` repository and clone it locally. 1. Make sure you have [npm](https://www.npmjs.com/) installed. 1. When in the `vcf-lookup-field` directory, run `npm install` to install dependencies. 1. Run `npm start` to open the demo. ## License Apache License 2.0