GitHub

Hover Card

A component that displays a hover card.

Installation#

Usage#

import {
HoverCard,
HoverCardContent,
HoverCardTrigger,
} from "~/components/ui/hover-card";
<HoverCard>
<HoverCardTrigger>Hover over me</HoverCardTrigger>
<HoverCardContent>This is the content of the hover card.</HoverCardContent>
</HoverCard>