vcf-lookup-field: # <vcf-lookup-field>

Installation
Install vcf-lookup-field:
npm i @vaadin-component-factory/vcf-lookup-field --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-lookup-field';
Add <vcf-lookup-field> element to the page.
<vcf-lookup-field></vcf-lookup-field>
Running demo
-
Fork the
vcf-lookup-fieldrepository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-lookup-fielddirectory, runnpm installto install dependencies. -
Run
npm startto open the demo.
License
Apache License 2.0