@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
19 lines (18 loc) • 369 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { c as d } from "./index-2NvaPZWc.mjs";
const s = ({ className: e, round: a, ...o }) => /* @__PURE__ */ t(
"div",
{
"data-slot": "skeleton",
className: d(
"bg-accent animate-pulse",
a ? "rounded-full" : "rounded-md",
e
),
"aria-hidden": !0,
...o
}
);
export {
s as S
};