storybook/docs/snippets/common/button-story-grouped.js.mdx
2021-09-03 23:31:04 +01:00

10 lines
209 B
Plaintext

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