mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs(button): add example of disabled, icon-only button (#1651)
This commit is contained in:
parent
09330552f9
commit
2a8fc00a09
1 changed files with 2 additions and 1 deletions
|
@ -120,9 +120,10 @@ If an `href` value is specified, the component will render an [anchor element](h
|
||||||
<Button size="xl" kind="ghost">Ghost</Button>
|
<Button size="xl" kind="ghost">Ghost</Button>
|
||||||
<Button size="xl" kind="danger">Danger</Button>
|
<Button size="xl" kind="danger">Danger</Button>
|
||||||
|
|
||||||
## Disabled button
|
## Disabled state
|
||||||
|
|
||||||
<Button disabled>Disabled button</Button>
|
<Button disabled>Disabled button</Button>
|
||||||
|
<Button disabled iconDescription="Tooltip text" icon={Add} />
|
||||||
|
|
||||||
## Expressive styles
|
## Expressive styles
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue