mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Addon-docs: Add docgen props example to official storybook
This commit is contained in:
parent
9f0efa3ac0
commit
55d8ab921f
@ -10,6 +10,8 @@ import {
|
||||
} from '@storybook/addon-docs/blocks';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import { Button } from '@storybook/react/demo';
|
||||
import FlowTypeButton from '../components/FlowTypeButton';
|
||||
import DocgenButton from '../components/DocgenButton';
|
||||
|
||||
<Meta
|
||||
title="Addons|Docs/mdx"
|
||||
@ -86,3 +88,15 @@ export const nonStory2 = () => <Button>Not a story</Button>; // another one
|
||||
<Description markdown="this is _markdown_" />
|
||||
|
||||
<Description of={Button} />
|
||||
|
||||
## Props
|
||||
|
||||
### Docgen
|
||||
|
||||
<Props of={DocgenButton} />
|
||||
|
||||
### Flow
|
||||
|
||||
Flow types are not officially supported
|
||||
|
||||
<Props of={FlowTypeButton} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user