VitNode

Hover Card

Allows users to preview additional content or information that is available behind a link when they hover over it.

Shadcn UI

This 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.

On this page