UNPKG

stone-kit

Version:
51 lines (50 loc) 1.16 kB
import { l as t } from "../index-DQgqDqGf.js"; import { Button as a } from "./Button.js"; const e = { title: "Example/Button", component: a, parameters: { // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout layout: "centered" }, // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs tags: ["autodocs"], // More on argTypes: https://storybook.js.org/docs/api/argtypes argTypes: { backgroundColor: { control: "color" } }, // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args args: { onClick: t() } }, l = { args: { primary: !0, label: "Button" } }, s = { args: { label: "Button" } }, n = { args: { size: "large", label: "Button" } }, c = { args: { size: "small", label: "Button" } }, m = { args: { primary: !1, label: "Button" } }; export { n as Large, l as Primary, s as Secondary, c as Small, m as Test, e as default };