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