mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Update info readme to mention flow types
This commit is contained in:
parent
e1fbd09312
commit
d0229088dd
@ -143,7 +143,7 @@ setAddon(infoAddon);
|
||||
|
||||
### React Docgen Integration
|
||||
|
||||
React Docgen is included as part of the @storybook/react package through the use of `babel-plugin-react-docgen` during compile time.
|
||||
React Docgen is included as part of the @storybook/react package through the use of `babel-plugin-react-docgen` during babel compile time.
|
||||
When rendering a story with a React component commented in this supported format, the Addon Info prop table will display the prop's comment in the description column.
|
||||
|
||||
```js
|
||||
@ -175,8 +175,7 @@ DocgenButton.propTypes = {
|
||||
|
||||
export default DocgenButton;
|
||||
```
|
||||
|
||||
Storybook Info Addon should now render all the correct types for your component.
|
||||
Comments above flow types are also supported. Storybook Info Addon should now render all the correct types for your component if the PropTypes are in the same file as the React component.
|
||||
|
||||
## The FAQ
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user