storybook/docs/snippets/common/component-story-mdx-reference-storyid.mdx.mdx
jonniebigodes 714076bc30 removes the shell and json file references.
Updates for the writing docs section
2020-08-11 02:32:01 +01:00

7 lines
140 B
Plaintext

```md
<!-- MyComponent.stories.mdx --->
import { Story } from '@storybook/addon-docs/blocks';
<Story id="some-component--some-name" />
```