storybook/docs/snippets/common/component-story-mdx-embed.mdx.mdx
2021-05-07 11:51:52 +08:00

12 lines
151 B
Plaintext

```md
<!--- MyComponent.stories.mdx -->
import { Story } from "@storybook/addon-docs";
# Some header
And Markdown here
<Story id="some--id" />
```