UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

29 lines (28 loc) 592 B
import { jsx as t } from "react/jsx-runtime"; import { P as o } from "../../Paper-CZXfHfN_.js"; const r = (e) => /* @__PURE__ */ t(o, { sx: { width: "10rem", height: "10rem", p: 1 }, ...e, children: "children" }), l = { title: "Components/Paper", component: r, argTypes: { elevation: { control: "number" }, square: { control: "boolean" }, variant: { control: "select", options: ["elevation", "outlined"] } } }, i = { args: { elevation: 1, square: !1, variant: "elevation" } }; export { i as Default, l as default };