pull/481/head^2
Cory LaViska 2021-07-13 07:15:03 -04:00
rodzic e493bda6df
commit 1ae5b9cfcd
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -60,6 +60,9 @@ Wrap a tooltip around an icon button to provide contextual information to the us
```
### Disabled
Use the `disabled` attribute to disable the icon button.
```html preview
<sl-icon-button name="gear" label="Settings" disabled></sl-icon-button>
```