mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
import { Props, Story } from '@storybook/addon-docs/blocks';
|
|
import { Button } from '@storybook/react/demo';
|
|
|
|
# Welcome!
|
|
|
|
Let's write markdown without stories
|
|
|
|
But we can still use doc blocks in our stories
|
|
|
|
<Props of={Button} />
|
|
|
|
<Story id="basics-button--all-buttons" height="400px" />
|