mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
```md
|
|
<!-- MyComponent.stories.mdx -->
|
|
|
|
import { ArgsTable } from '@storybook/addon-docs';
|
|
|
|
import { MyComponent } from './MyComponent';
|
|
|
|
# My Component!
|
|
|
|
<ArgsTable of={MyComponent} />
|
|
``` |