docs(button): add example of disabled, icon-only button (#1651)

This commit is contained in:
metonym 2023-02-06 19:26:24 -08:00 committed by GitHub
commit 2a8fc00a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="danger">Danger</Button>
## Disabled button
## Disabled state
<Button disabled>Disabled button</Button>
<Button disabled iconDescription="Tooltip text" icon={Add} />
## Expressive styles