mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
import { Button } from '@storybook/react/demo';
|
|
import { Story, Meta } from '@storybook/addon-docs/blocks';
|
|
|
|
<Meta title="Button" />
|
|
|
|
# Story definition
|
|
|
|
<Story name="one">
|
|
<Button>One</Button>
|
|
</Story>
|
|
|
|
<Story name="hello story">
|
|
<Button>Hello button</Button>
|
|
</Story>
|