MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / HoverCard

Function HoverCard

src/components/ui/hover-card.tsx:8–12  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof HoverCardPrimitive.Root>)

Source from the content-addressed store, hash-verified

6import { cn } from "@/lib/utils"
7
8function HoverCard({
9 ...props
10}: React.ComponentProps<typeof HoverCardPrimitive.Root>) {
11 return <HoverCardPrimitive.Root data-slot="hover-card" {...props} />
12}
13
14function HoverCardTrigger({
15 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected