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