mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
```md
|
|
<!-- MyComponent.stories.mdx --->
|
|
|
|
import { Story } from '@storybook/addon-docs/blocks';
|
|
|
|
<Story id="some-component--some-name" />
|
|
``` |