vcf-pwa-install-button: # <vcf-pwa-install-button>
Demo
https://vcf-pwa-install-button.netlify.com/
Installation
Install vcf-pwa-install-button:
npm i @vaadin-component-factory/vcf-pwa-install-button --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-pwa-install-button/vcf-pwa-install-button.js';
And use it:
<vcf-pwa-install-button>Button caption</vcf-pwa-install-button>
Events
The component fires 3 custom events:
vcf-pwa-install-triggered: when the user click the button.vcf-pwa-install-successful: when the user installs the app.vcf-pwa-install-cancelled: when the user cancels the installation of the app.
Running demo
-
Fork the
vcf-pwa-install-buttonrepository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-pwa-install-buttondirectory, runnpm installto install dependencies. -
Run
npm startto open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see GitHub - vaadin/vaadin-usage-statistics: Development-time usage statistics collector..