AlertDialogOverlay() — ui Function Reference
Architecture documentation for the AlertDialogOverlay() function in alert-dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD c4d1999a_af48_f9f9_f829_5a6310cda645["AlertDialogOverlay()"] 12f0e601_5907_1bd2_7826_2e47d8751667["alert-dialog.tsx"] c4d1999a_af48_f9f9_f829_5a6310cda645 -->|defined in| 12f0e601_5907_1bd2_7826_2e47d8751667 style c4d1999a_af48_f9f9_f829_5a6310cda645 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui/alert-dialog.tsx lines 24–38
function AlertDialogOverlay({
className,
...props
}: AlertDialogPrimitive.Backdrop.Props) {
return (
<AlertDialogPrimitive.Backdrop
data-slot="alert-dialog-overlay"
className={cn(
"data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 fixed inset-0 isolate z-50 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does AlertDialogOverlay() do?
AlertDialogOverlay() is a function in the ui codebase, defined in apps/v4/examples/base/ui/alert-dialog.tsx.
Where is AlertDialogOverlay() defined?
AlertDialogOverlay() is defined in apps/v4/examples/base/ui/alert-dialog.tsx at line 24.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free