mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:31:49 +08:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
```md
|
|
<!--- MyComponent.stories.mdx -->
|
|
|
|
import { Story } from '@storybook/addon-docs';
|
|
|
|
# Some header
|
|
|
|
And Markdown here
|
|
|
|
<Story id="some--id" />
|
|
``` |