storybook/docs/snippets/common/checkbox-story-grouped.js.mdx
2021-06-28 23:00:33 +01:00

7 lines
162 B
Plaintext

```js
// Checkbox.stories.js | Checkbox.stories.jsx | Checkbox.stories.ts | Checkbox.stories.tsx
export default {
title: 'Design System/Atoms/Checkbox',
};
```