storybook/docs/snippets/common/component-story-mdx-embed.mdx.mdx
2020-10-07 12:23:34 +08:00

12 lines
158 B
Plaintext

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