mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
import { Button } from '@storybook/react/demo';
|
|
import { Story, Meta } from '@storybook/addon-docs/blocks';
|
|
|
|
<Meta title="Button" />
|
|
|
|
# Bad story
|
|
|
|
<Story>
|
|
<Button>One</Button>
|
|
</Story>
|