mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Update README.md
This commit is contained in:
parent
8f45f500ad
commit
8f8dd2ddb2
@ -1,17 +1,19 @@
|
||||
# Storybook Info Addon
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
[](https://travis-ci.org/storybooks/storybook)
|
||||
[](https://circleci.com/gh/storybooks/storybook)
|
||||
[](https://www.codefactor.io/repository/github/storybooks/storybook)
|
||||
[](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847)
|
||||
[](https://bettercodehub.com/results/storybooks/storybook) [](https://codecov.io/gh/storybooks/storybook)
|
||||
[](https://storybooks-slackin.herokuapp.com/)
|
||||
[](https://bettercodehub.com/results/storybooks/storybook) [](https://codecov.io/gh/storybooks/storybook)
|
||||
[](https://now-examples-slackin-nqnzoygycp.now.sh/)
|
||||
[](#backers) [](#sponsors)
|
||||
|
||||
* * *
|
||||
|
||||
Storybook Info Addon will show additional information for your stories in [Storybook](https://storybook.js.org).
|
||||
Useful when you want to display usage or other types of documentation alongside your story.
|
||||
|
||||
This addon works with Storybook for:
|
||||
[React](https://github.com/storybooks/storybook/tree/master/app/react).
|
||||
- [React](https://github.com/storybooks/storybook/tree/master/app/react)
|
||||
|
||||

|
||||
|
||||
@ -64,7 +66,9 @@ It is possible to add infos by default to all components by using a global or st
|
||||
|
||||
It is important to declare this decorator as **the first decorator**, otherwise it won't work well.
|
||||
|
||||
addDecorator((story, context) => withInfo('common info')(story)(context));
|
||||
```js
|
||||
addDecorator((story, context) => withInfo('common info')(story)(context));
|
||||
```
|
||||
|
||||
## Global options
|
||||
|
||||
@ -175,6 +179,7 @@ DocgenButton.propTypes = {
|
||||
|
||||
export default DocgenButton;
|
||||
```
|
||||
|
||||
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