Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 13, 2021
1 parent 4b07ee4 commit dca1d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/tooltip.md
Expand Up @@ -165,7 +165,7 @@ To override it globally, set it in a root block in your stylesheet after the Sho

### HTML in Tooltips

Use the `content` slot to create tooltips with HTML content.
Use the `content` slot to create tooltips with HTML content. Tooltips are designed only for text and presentational elements. Avoid placing interactive content, such as buttons, links, and form controls, in a tooltip.

```html preview
<sl-tooltip>
Expand Down

0 comments on commit dca1d1b

Please sign in to comment.