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
  54447ad2_c49d_0cef_9228_72efedad6910["HoverCard()"]
  949bc124_8039_972e_3172_454befcd5434["hover-card.tsx"]
  54447ad2_c49d_0cef_9228_72efedad6910 -->|defined in| 949bc124_8039_972e_3172_454befcd5434
  style 54447ad2_c49d_0cef_9228_72efedad6910 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/hover-card.tsx lines 7–9

function HoverCard({ ...props }: PreviewCardPrimitive.Root.Props) {
  return <PreviewCardPrimitive.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/base/ui/hover-card.tsx.
Where is HoverCard() defined?
HoverCard() is defined in apps/v4/registry/bases/base/ui/hover-card.tsx at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free