Import and use the <pwa-install> web component
mainAfter installing, import the package to register the <pwa-install> custom element. You can then use it in your HTML like any other web component. It works with modern frameworks (React, Angular, Svelte, etc.) without polyfills.
import '@khmyznikov/pwa-install';<pwa-install></pwa-install>