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