@uva-glass/component-library
Version:
React components UvA
31 lines (30 loc) • 756 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { fn as n } from "../../index-DXR-TB1d.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
}
}, c = (r) => /* @__PURE__ */ e(t, { ...r }), i = {
label: o,
maxSteps: 3,
currentStep: 2,
onClick: n()
}, s = c.bind({});
s.args = {
...i
};
export {
s as VarIndicatorExample,
d as default
};
//# sourceMappingURL=VarIndicator.stories.js.map