@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
23 lines (22 loc) • 336 B
JavaScript
import { jsx as s } from "react/jsx-runtime";
import { c as a } from "./index-2NvaPZWc.mjs";
const m = ({
className: e,
grow: r,
padding: t = !0,
...o
}) => /* @__PURE__ */ s(
"div",
{
className: a(
"flex-center",
t && "py-8",
r && "size-full grow",
e
),
...o
}
);
export {
m as S
};