mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 02:21:07 +08:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
<Meta title='Button' parameters={{
|
|
actions: {
|
|
handles: ['mouseover', 'click .btn'],
|
|
},
|
|
}} />
|
|
```
|