storybook/docs/snippets/common/component-story-mdx-embed.mdx.mdx
2021-08-09 19:19:01 +01: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" />
```