Docs
Hover Card
Hover Card
For sighted users to preview content available behind a link.
Installation
npm install @brudi/react-hover-card
Usage
import {
HoverCard,
HoverCardContent,
HoverCardTrigger,
} from "@brudi/react-hover-card"
<HoverCard>
<HoverCardTrigger>Hover</HoverCardTrigger>
<HoverCardContent>
The DS One React Kit – created and maintained by @axltd_ch.
</HoverCardContent>
</HoverCard>
Customization
npx @brudi/ui extend hover-card