docs: use consistent heading for "Disabled state"

This commit is contained in:
Eric Liu 2025-04-22 20:45:30 -07:00
commit 95dcaff8be
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ Note that `inline` must be `false` when rendering a link with an icon.
Carbon Design System
</Link>
## Disabled
## Disabled state
A `disabled` link will render a `p` tag instead of an anchor element.

View file

@ -42,7 +42,7 @@ An alternative to the "labelA" and "labelB" props is to use the corresponding na
<span slot="labelB" style="color: green">Yes</span>
</Toggle>
## Disabled
## Disabled state
<Toggle labelText="Push notifications" disabled />

View file

@ -24,6 +24,6 @@ Use the "text" slot to customize the tooltip text.
<span slot="tooltipText" style="color: red">Carbon is an open source design system by IBM.</span>
</TooltipIcon>
## Disabled
## Disabled state
<TooltipIcon disabled tooltipText="Carbon is an open source design system by IBM." icon={Carbon} />