Home / Function/ HoverCard() — ui Function Reference

HoverCard() — ui Function Reference

Architecture documentation for the HoverCard() function in hover-card.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  1bb511f2_13be_cad0_3c68_28a451cbbbed["HoverCard()"]
  b637ef2a_330e_9cf3_152d_d27c5d6e1e4a["hover-card.tsx"]
  1bb511f2_13be_cad0_3c68_28a451cbbbed -->|defined in| b637ef2a_330e_9cf3_152d_d27c5d6e1e4a
  style 1bb511f2_13be_cad0_3c68_28a451cbbbed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/hover-card.tsx lines 8–12

function HoverCard({
  ...props
}: React.ComponentProps<typeof HoverCardPrimitive.Root>) {
  return <HoverCardPrimitive.Root data-slot="hover-card" {...props} />
}

Subdomains

Frequently Asked Questions

What does HoverCard() do?
HoverCard() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/hover-card.tsx.
Where is HoverCard() defined?
HoverCard() is defined in apps/v4/registry/bases/radix/ui/hover-card.tsx at line 8.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free