diff --git a/docs/app/components/content/examples/tooltip/TooltipOpenExample.vue b/docs/app/components/content/examples/tooltip/TooltipOpenExample.vue index 064a2b51..28fccad4 100644 --- a/docs/app/components/content/examples/tooltip/TooltipOpenExample.vue +++ b/docs/app/components/content/examples/tooltip/TooltipOpenExample.vue @@ -1,11 +1,8 @@ diff --git a/docs/content/3.components/tooltip.md b/docs/content/3.components/tooltip.md index eb567aa1..27e5acf2 100644 --- a/docs/content/3.components/tooltip.md +++ b/docs/content/3.components/tooltip.md @@ -11,6 +11,8 @@ links: ## Usage +Use a [Button](/components/button) or any other component in the default slot of the Tooltip. + ::important Make sure to wrap your app with the [`App`](/components/app) component to make the Tooltip work properly. :: @@ -172,6 +174,10 @@ props: --- :: +::note +In this example, press :kbd{value="O"} to toggle the Tooltip. +:: + ## API ### Props