mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
```js
|
|
// Button.stories.js
|
|
|
|
export const Large = Template.bind({});
|
|
|
|
Basic.parameters = {
|
|
controls: { hideNoControlsWarning: true },
|
|
};
|
|
``` |