UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

25 lines (24 loc) 644 B
import { jsxs as r, jsx as e } from "react/jsx-runtime"; import { c as n } from "./index-2NvaPZWc.mjs"; const m = ({ aside: s, children: c, className: i, ...l }) => /* @__PURE__ */ r( "div", { className: n( "w-full lg:grid lg:min-h-screen lg:grid-cols-[450px_1fr] xl:grid-cols-[600px_1fr]", i ), ...l, children: [ /* @__PURE__ */ e("aside", { className: "bg-accent hidden flex-col items-center justify-between gap-20 py-40 lg:flex", children: s }), /* @__PURE__ */ e("main", { className: "flex min-h-screen items-center justify-center py-12", children: c }) ] } ); export { m as A };