mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
```md
|
|
<!-- MyComponent.stories.mdx -->
|
|
|
|
import { Canvas } from '@storybook/addon-docs';
|
|
|
|
import { MyComponent } from './MyComponent';
|
|
|
|
<Canvas>
|
|
<h2>Some here</h2>
|
|
<MyComponent />
|
|
</Canvas>
|
|
```
|