Skip to main content
Vuetify0 is now in beta!
Vuetify0 Logo
Theme
Mode
Palettes
Accessibility
Vuetify One
Sign in to Vuetify One

Access premium tools across the Vuetify ecosystem — Bin, Play, Studio, and more.

Not a subscriber? See what's included

Tooltip

Headless description tooltip with hover and focus triggers, configurable open/close delays, region-scoped skip-window coordination, and optional interactive-content mode.

Usage

Anatomy

Anatomy
<script setup lang="ts">
  import { Tooltip } from '@vuetify/v0'
</script>

<template>
  <Tooltip.Root>
    <Tooltip.Activator />
    <Tooltip.Content />
  </Tooltip.Root>
</template>

Architecture

Examples

Accessibility

ConcernBehavior
RoleContent renders role="tooltip"
LinkageActivator always carries aria-describedby={contentId} so screen readers announce the description on focus
KeyboardFocus opens instantly (no delay), Escape closes; Enter / Space activate the underlying control, which closes via click
TouchTooltips are not shown on touch interactions per the WAI-ARIA APG
Hoverable contentOff by default; opt-in with interactive on <Tooltip.Root>

FAQ

API Reference

The following API details are for all variations of the Tooltip component.
Was this page helpful?

Ctrl+/