react-ios-pwa-prompt
Version:
A React component to prompt the user to add the app as a PWA to the home screen with native iOS styles.
8 lines (7 loc) • 300 B
JavaScript
import { jsx as s } from "react/jsx-runtime";
import '../../assets/Description.css';const o = "_description_1opbb_1", t = {
description: o
}, c = ({ copyDescription: i }) => /* @__PURE__ */ s("div", { className: `${t.description} iOSPWA-description`, children: i });
export {
c as Description
};