UNPKG

@progressivewebcomponents/pwa-install

Version:

A tiny vanilla (zero-dependency) non-visual native browser web component (plug-n-play custom HTML element and extensible class) that helps implement custom patterns for promoting progressive web apps (PWA) installation

4 lines (2 loc) 104 B
import { PWAInstall } from './pwa-install-class.js'; customElements.define(PWAInstall.is, PWAInstall);