storybook/docs/snippets/common/component-story-mdx-embed.mdx.mdx
2021-05-06 21:05:56 +01:00

11 lines
157 B
Plaintext

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