mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:01:06 +08:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
```md
|
|
<!-- Button.stories.mdx-->
|
|
|
|
import { Meta, Story } from '@storybook/addon-docs/blocks';
|
|
|
|
import { Button } from './Button';
|
|
|
|
<Meta title="Button" />
|
|
|
|
# Button
|
|
|
|
<Story name="Primary">
|
|
<Button primary>Button</Button>
|
|
</Story>
|
|
``` |