@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support
17 lines (16 loc) • 355 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { c as n } from "./utils-CwJPJKOE.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