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/popover.md
1# Popover23A non-modal dialog that floats around a trigger element.45> Based on [Reka UI Popover](https://reka-ui.com/docs/components/hover-card)67## Key Props89- `mode`: to change the mode of the Popover.10- `content`: to control how the Popover content is rendered, like its `align` or `side` for example.11- `arrow`: to display an arrow on the Popover.12- `modal`: to control whether the Popover blocks interaction with outside content.13- `dismissible`: to control whether the Popover is dismissible when clicking outside of it or pressing escape.1415## Usage1617```vue18<UPopover19<!-- props here -->20/>21```2223## Slots2425- `#content`26