feat(controls): document hideNoControlsWarning parameter in the README

This commit is contained in:
Mateo Tibaquira 2020-06-03 22:15:17 -05:00
parent 4158fdb6c9
commit 34b7a1456a

View File

@ -333,6 +333,7 @@ export default {
Controls supports the following configuration parameters, either [globally or on a per-story basis](https://storybook.js.org/docs/basics/writing-stories/#parameters): Controls supports the following configuration parameters, either [globally or on a per-story basis](https://storybook.js.org/docs/basics/writing-stories/#parameters):
- [Expanded: show property documentation](#expanded-show-property-documentation) - [Expanded: show property documentation](#expanded-show-property-documentation)
- [Hide NoControls warning](#hide-nocontrols-warning)
#### Expanded: show property documentation #### Expanded: show property documentation
@ -352,6 +353,16 @@ And here's what the resulting UI looks like:
<img src="https://raw.githubusercontent.com/storybookjs/storybook/next/addons/controls/docs/media/addon-controls-expanded.png" width="80%" /> <img src="https://raw.githubusercontent.com/storybookjs/storybook/next/addons/controls/docs/media/addon-controls-expanded.png" width="80%" />
</center> </center>
#### Hide NoControls warning
If you don't plan to handle the control args inside your Story, you can remove the warning with:
```jsx
Basic.parameters = {
controls: { hideNoControlsWarning: true },
};
```
## Framework support ## Framework support
| | Manual | Auto-generated | | | Manual | Auto-generated |