mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs: use consistent heading for "Disabled state"
This commit is contained in:
parent
f8cb660c51
commit
8797cda8b2
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 />
|
||||
|
||||
|
|
|
@ -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} />
|
Loading…
Add table
Add a link
Reference in a new issue