mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
[addon-controls] Delete useless wording "annotation" in README
This commit is contained in:
parent
01e29ec8ac
commit
454e57d757
@ -134,7 +134,7 @@ It's also possible that your Storybook is misconfigured. If you think this might
|
||||
|
||||
### How can I disable controls for certain fields on a particular story?
|
||||
|
||||
The `argTypes` annotation annotation can be used to hide controls for a particular row, or even hide rows.
|
||||
The `argTypes` annotation can be used to hide controls for a particular row, or even hide rows.
|
||||
|
||||
Suppose you have a `Button` component with `borderWidth` and `label` properties (auto-generated or otherwise) and you want to hide the `borderWidth` row completely and disable controls for the `label` row on a specific story. Here's how you'd do that:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user