diff --git a/addons/controls/README.md b/addons/controls/README.md index 893b9a21f37..579877b7b3e 100644 --- a/addons/controls/README.md +++ b/addons/controls/README.md @@ -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): - [Expanded: show property documentation](#expanded-show-property-documentation) +- [Hide NoControls warning](#hide-nocontrols-warning) #### Expanded: show property documentation @@ -352,6 +353,16 @@ And here's what the resulting UI looks like: +#### 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 | | Manual | Auto-generated |