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