From dca1d1b4139234ae17f9d952b92fdb50cf29a8b7 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 13 Sep 2021 07:54:05 -0400 Subject: [PATCH] update docs --- docs/components/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/tooltip.md b/docs/components/tooltip.md index c1591190..1d71ceeb 100644 --- a/docs/components/tooltip.md +++ b/docs/components/tooltip.md @@ -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