mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:01:05 +08:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
```js
|
|
// Checkbox.stories.js
|
|
|
|
export default {
|
|
title: 'Design System/Atoms/Checkbox'
|
|
}
|
|
``` |