mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
import { Story } from '@storybook/addon-docs';
|
|
|
|
<Story
|
|
name="Large"
|
|
parameters={{
|
|
backgrounds: {
|
|
disable: true,
|
|
},
|
|
}}>
|
|
{Template.bind({})}
|
|
</Story>
|
|
``` |