mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
```js
|
|
// Button.stories.js
|
|
|
|
import React from 'react';
|
|
|
|
export default {
|
|
title: 'Button',
|
|
parameters: {
|
|
myAddon: { disable: true },
|
|
},
|
|
};
|
|
``` |