@shopify/shop-minis-react
Version:
React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)
17 lines (16 loc) • 355 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { cn as n } from "../../lib/utils.js";
function m({ className: e, ...t }) {
return /* @__PURE__ */ o(
"div",
{
"data-slot": "skeleton",
className: n("bg-accent animate-pulse rounded-md", e),
...t
}
);
}
export {
m as Skeleton
};
//# sourceMappingURL=skeleton.js.map