mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
feat(controls): document hideNoControlsWarning parameter in the README
This commit is contained in:
parent
4158fdb6c9
commit
34b7a1456a
@ -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 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user