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

Relationship Graph

Source Code

apps/v4/examples/base/ui/hover-card.tsx lines 6–8

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/examples/base/ui/hover-card.tsx.
Where is HoverCard() defined?
HoverCard() is defined in apps/v4/examples/base/ui/hover-card.tsx at line 6.

Analyze Your Own Codebase

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

Try Supermodel Free