mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:51:07 +08:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
<Story name="Primary" args={{ variant: 'primary' }}>
|
|
{Template.bind({})}
|
|
</Story>
|
|
``` |