mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:01:48 +08:00
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
```js
|
|
// Checkbox.stories.js | Checkbox.stories.jsx | Checkbox.stories.ts | Checkbox.stories.tsx
|
|
|
|
import { CheckBox } from './Checkbox';
|
|
|
|
export default {
|
|
component: CheckBox,
|
|
title: 'Design System/Atoms/Checkbox',
|
|
};
|
|
``` |