Tooltip
Informational popup displayed on hover or focus. Install Tooltip from the VLLNT UI registry with the shadcn CLI.
Card that appears on hover for previewing content. Install Hover Card from the VLLNT UI registry with the shadcn CLI.
Hover Card is a popover built on Radix UI's Hover Card primitive that reveals extra content when a pointer hovers a trigger. Compose it from HoverCard, HoverCardTrigger, and HoverCardContent, which renders a bordered card with configurable align and side offset. Use it to preview linked content — a user profile, a repository, or a footnote — without a click or navigation. Unlike a tooltip, it holds rich layout and media and opens on hover or focus of its trigger.
OverlayPreview
Switch between light and dark to inspect the embedded Storybook preview.
Card that appears on hover for previewing content. Part of the overlay family in VLLNT UI, it ships as a machine-readable registry entry — copy the source directly into your app with the shadcn CLI and own it, no runtime dependency on a component library.
| Platform | Dependencies | Capabilities |
|---|---|---|
| Web | @vllnt/ui@^0.3.0 | Browser rendering, DOM events, and ARIA semantics |
| Native | — | Not available |
Add Hover Card to your project with the shadcn CLI. The source lands in your codebase, ready to adapt:
pnpm dlx shadcn@latest add https://ui.vllnt.com/r/hover-card.jsonExplore every variant and state in the interactive Storybook: