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