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

Relationship Graph

Source Code

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