Command Palette

Search for a command to run...

Hover Card

For sighted users to preview content available behind a link.

Hover over the trigger

Installation

npx shadcn@latest add hover-card

Usage

import {
HoverCard,
HoverCardContent,
HoverCardTrigger,
} from "@/components/xfork-ui/hover-card"
<HoverCard>
<HoverCardTrigger>Hover</HoverCardTrigger>
<HoverCardContent>
The React Framework – created and maintained by @vercel.
</HoverCardContent>
</HoverCard>