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