Hover CardAllows users to preview additional content or information that is available behind a link when they hover over it.Shadcn UIThis component is part of Shadcn UI. Usage import { HoverCard, HoverCardContent, HoverCardTrigger, } from 'vitnode-frontend/components/ui/hover-card'; <HoverCard> <HoverCardTrigger>Hover</HoverCardTrigger> <HoverCardContent> The React Framework – created and maintained by @vercel. </HoverCardContent> </HoverCard> API Reference Radix UI HoverCard.Edit on GitHubPreviousDropdown MenuNextIcon