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