Vaadin Component Factory Popup for Polymer 3
npm install @vaadin-component-factory/vcf-popupvcf-popup:
sh
npm i @vaadin-component-factory/vcf-popup --save
`
Usage
Once installed, import it in your application:
`js
import '@vaadin-component-factory/vcf-popup';
`
Add vcf-popup to the page with attribute for that match id element to which popup should be bind to. Now after clicking on target element, popup will be shown.
`html
>
`
Running demo
1. Fork the vcf-popup repository and clone it locally.
1. Make sure you have npm installed.
1. When in the vcf-popup directory, run npm install to install dependencies.
1. Run npm start` to open the demo.