Molecule
Hover Card
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/hover-cardUsage
tsx
import { HoverCard } from "@/components/ui/molecules/hover-card.tsx";
export default function Example() {
return <HoverCard />;
}