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" />