Skip to content

Commit a519651

Browse files
committed
Primary story and controls
1 parent f69cd3e commit a519651

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

storybook/storybook-react/src/Button/Button.docs.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
import { Canvas, Markdown, Meta } from "@storybook/blocks";
1+
import { Canvas, Controls, Markdown, Meta, Primary } from "@storybook/blocks";
22
import * as ButtonStories from "./Button.stories.tsx";
33
import README from "../../../../packages/css/src/components/button/README.md?raw";
44

55
<Meta of={ButtonStories} />
66

77
<Markdown>{README}</Markdown>
88

9+
<Primary />
10+
11+
<Controls />
12+
913
## Examples
1014

1115
Primary, secondary and tertiary buttons can be used side by side.

0 commit comments

Comments
 (0)