UNPKG

@uva-glass/component-library

Version:

React components UvA

26 lines (25 loc) 670 B
import { jsx as o } from "react/jsx-runtime"; import { SectionNotification as t } from "./SectionNotification.js"; const n = "<SectionNotification fullWidth={fullWidth}>{children}</SectionNotification>", f = { title: "Atoms/SectionNotification", component: t, argTypes: { fullWidth: { control: "boolean", default: !1 } }, parameters: { inspectComponent: t, codeString: n } }, e = (i) => /* @__PURE__ */ o(t, { ...i }), c = e.bind({}); c.args = { fullWidth: !0, children: "This is an example notification" }; export { c as SectionNotificationExample, f as default }; //# sourceMappingURL=SectionNotification.stories.js.map