mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:11:13 +08:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
<Story name="Red" args={{ backgroundColor: '#e00' }}>
|
|
{Template.bind({})}
|
|
</Story>
|
|
```
|