Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/tooltip.md
1# Tooltip23A popup that reveals information when hovering over an element.45> Based on [Reka UI Tooltip](https://reka-ui.com/docs/components/tooltip)67## Key Props89- `text`: to set the content of the Tooltip.10- `kbds`: to render [Kbd](/docs/components/kbd) components in the Tooltip.11- `content`: to control how the Tooltip content is rendered, like its `align` or `side` for example.12- `arrow`: to display an arrow on the Tooltip.13- `disabled`: to disable the Tooltip.1415## Usage1617```vue18<UTooltip19<!-- props here -->20/>21```22