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