mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:01:16 +08:00
19 lines
285 B
Plaintext
19 lines
285 B
Plaintext
```md
|
|
<!-- Button.stories.mdx -->
|
|
|
|
import { Description } from '@storybook/addon-docs';
|
|
|
|
import dedent from 'ts-dedent';
|
|
|
|
import { Button } from './Button';
|
|
|
|
<Description of={Button} />
|
|
|
|
<Description markdown={dedent`
|
|
|
|
## Custom description
|
|
|
|
Insert fancy markdown here.
|
|
|
|
`}/>
|
|
``` |