DialogOverlay() — ui Function Reference
Architecture documentation for the DialogOverlay() function in dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b8055e1a_8fa4_18c3_6607_c67a02e1639f["DialogOverlay()"] ef531616_dba5_c88b_4950_aa5928f977ae["dialog.tsx"] b8055e1a_8fa4_18c3_6607_c67a02e1639f -->|defined in| ef531616_dba5_c88b_4950_aa5928f977ae style b8055e1a_8fa4_18c3_6607_c67a02e1639f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/dialog.tsx lines 34–48
function DialogOverlay({
className,
...props
}: React.ComponentProps<typeof DialogPrimitive.Overlay>) {
return (
<DialogPrimitive.Overlay
data-slot="dialog-overlay"
className={cn(
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does DialogOverlay() do?
DialogOverlay() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/dialog.tsx.
Where is DialogOverlay() defined?
DialogOverlay() is defined in apps/v4/registry/new-york-v4/ui/dialog.tsx at line 34.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free