mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
15 lines
213 B
Plaintext
15 lines
213 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
import { Meta } from '@storybook/addon-docs';
|
|
|
|
import { Button } from './Button';
|
|
|
|
<Meta
|
|
title="Button"
|
|
parameters={{
|
|
layout: 'centered',
|
|
}}
|
|
component={Button}
|
|
/>
|
|
``` |