Directory

← Back

vcf-pwa-install-button

Vaadin Component Factory PWA Install Button

Author

Rating

Popularity

<100

<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

  1. Fork the vcf-pwa-install-button repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-pwa-install-button directory, run npm install to install dependencies.

  4. Run npm start to 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 https://github.com/vaadin/vaadin-usage-statistics.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • @polymer/iron-icon#^3.0.1
  • @polymer/iron-iconset-svg#^3.0.1
  • @polymer/polymer#^3.0.0
  • @vaadin-component-factory/vcf-pwa-install-helpers#^0.1.0
  • @vaadin/vaadin-button#2.2.0
  • @vaadin/vaadin-element-mixin#^2.1.3
  • @vaadin/vaadin-lumo-styles#^1.5.0
  • @vaadin/vaadin-themable-mixin#^1.4.4
Released
2019-09-03
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 3.0+
Browser
Browser Independent

vcf-pwa-install-button - Vaadin Add-on Directory

Vaadin Component Factory PWA Install Button vcf-pwa-install-button - Vaadin Add-on Directory
# <vcf-pwa-install-button> ## Demo https://vcf-pwa-install-button.netlify.com/ ## Installation Install `vcf-pwa-install-button`: ```sh npm i @vaadin-component-factory/vcf-pwa-install-button --save ``` ## Usage Once installed, import it in your application: ```js import '@vaadin-component-factory/vcf-pwa-install-button/vcf-pwa-install-button.js'; ``` And use it: ```html Button caption ``` ### 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 1. Fork the `vcf-pwa-install-button` repository and clone it locally. 1. Make sure you have [npm](https://www.npmjs.com/) installed. 1. When in the `vcf-pwa-install-button` directory, run `npm install` to install dependencies. 1. Run `npm start` to open the demo. ## Contributing To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) 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 https://github.com/vaadin/vaadin-usage-statistics.
Online