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.
12 lines (11 loc) • 391 B
JavaScript
import { jsxs as p, jsx as c } from "react/jsx-runtime";
import '../../assets/StepItem.css';const m = "_stepItem_ywmhz_1", o = "_copy_ywmhz_20", t = {
stepItem: m,
copy: o
}, r = ({ Icon: e, copy: s }) => /* @__PURE__ */ p("li", { className: `${t.stepItem} iOSPWA-stepItem`, children: [
e,
/* @__PURE__ */ c("p", { className: t.copy, children: s })
] });
export {
r as StepItem
};