mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:31:06 +08:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
```js
|
|
// Button.stories.js
|
|
|
|
export const Large = Template.bind({});
|
|
Large.parameters = {
|
|
backgrounds: { disable: true }
|
|
};
|
|
``` |