Skip to content

Latest commit

 

History

History

pwa-install-prompt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@nexim/pwa-install-prompt

NPM Version Build & Lint & Test NPM Downloads NPM License

Overview

PWA install prompt handler.

Installation

Install the package using npm or yarn:

npm install @nexim/pwa-install-prompt

# Or using yarn
yarn add @nexim/pwa-install-prompt

API

import {setupInstallPwaPromptHandler} from '@nexim/pwa-install-prompt';

setupInstallPwaPromptHandler(document.getElementById('install-pwa-guide'));