UNPKG

@uva-glass/component-library

Version:

React components UvA

31 lines (30 loc) 828 B
import { jsx as r } from "react/jsx-runtime"; import { l as n } from "../../index-DvUwfXNb.js"; import { VarIndicator as t } from "./VarIndicator.js"; const o = { DRAFT: "Concept", REJECTED: "Concept", SUBMITTED: "Verificatie", ACTIVE: "Actief" }, a = "<VarIndicator label={[string]: [string]} maxSteps={number} currentStep={number} onClick={() => void} />", d = { title: "Atoms/VarIndicator", component: t, argTypes: {}, parameters: { inspectComponent: t, codeString: a } }, i = (e) => /* @__PURE__ */ r("div", { style: { margin: "0 0 0 6rem" }, children: /* @__PURE__ */ r(t, { ...e }) }), c = { label: o, maxSteps: 3, currentStep: 2, onClick: n() }, s = i.bind({}); s.args = { ...c }; export { s as VarIndicatorExample, d as default }; //# sourceMappingURL=VarIndicator.stories.js.map