mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
```mdx
|
|
{/* Checkbox.mdx */}
|
|
|
|
import { Canvas } from '@storybook/blocks';
|
|
|
|
import * as CheckboxStories from './Checkbox.stories';
|
|
|
|
<Canvas of={CheckboxStories.Unchecked} />
|
|
```
|