mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
```js
|
|
// Button.stories.js | Button.stories.jsx | Button.stories.ts | Button.stories.tsx
|
|
|
|
export default {
|
|
title: 'Button',
|
|
parameters: {
|
|
myAddon: { disable: true }, // Disables the addon
|
|
},
|
|
};
|
|
``` |