UNPKG

@shopify/shop-minis-react

Version:

React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)

24 lines (23 loc) 388 B
import { jsx as e } from "react/jsx-runtime"; function n({ position: i, children: t }) { return /* @__PURE__ */ e( "div", { style: { position: "fixed", left: 0, right: 0, [i]: 0, viewTransitionName: `minis-fixed-${i}` }, children: t } ); } export { n as StaticArea }; //# sourceMappingURL=static-area.js.map