fix 'icon button with tooltip' guidance

This commit is contained in:
lindsaym-fa
2024-06-21 15:49:58 -04:00
parent 17b5c0b79e
commit 3fd29bb252

View File

@@ -59,7 +59,7 @@ Use the `href` attribute to convert the button to a link.
### Icon Button with Tooltip
Wrap a tooltip around an icon button to provide contextual information to the user.
Add a tooltip that references the `id` of the icon button to provide contextual information.
```html {.example}
<wa-icon-button id="icon-button" name="gear" variant="solid" label="Settings"></wa-icon-button>