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

Function HoverCardTrigger

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

Source from the content-addressed store, hash-verified

12}
13
14function HoverCardTrigger({
15 ...props
16}: React.ComponentProps<typeof HoverCardPrimitive.Trigger>) {
17 return (
18 <HoverCardPrimitive.Trigger data-slot="hover-card-trigger" {...props} />
19 )
20}
21
22function HoverCardContent({
23 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected