mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:51:49 +08:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
```md
|
|
|
|
import { Canvas } from '@storybook/addon-docs/blocks';
|
|
import { MyComponent } from './MyComponent';
|
|
<Canvas>
|
|
<h2>Some here</h2>
|
|
<MyComponent />
|
|
</Canvas>
|
|
``` |