Home / Function/ AlertDialogOverlay() — ui Function Reference

AlertDialogOverlay() — ui Function Reference

Architecture documentation for the AlertDialogOverlay() function in alert-dialog.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  62914972_9539_53ec_e381_3a634aebe04e["AlertDialogOverlay()"]
  639898ee_f932_0434_45a5_dde95c7f055f["alert-dialog.tsx"]
  62914972_9539_53ec_e381_3a634aebe04e -->|defined in| 639898ee_f932_0434_45a5_dde95c7f055f
  style 62914972_9539_53ec_e381_3a634aebe04e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/alert-dialog.tsx lines 25–39

function AlertDialogOverlay({
  className,
  ...props
}: AlertDialogPrimitive.Backdrop.Props) {
  return (
    <AlertDialogPrimitive.Backdrop
      data-slot="alert-dialog-overlay"
      className={cn(
        "cn-alert-dialog-overlay fixed inset-0 isolate z-50",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does AlertDialogOverlay() do?
AlertDialogOverlay() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/alert-dialog.tsx.
Where is AlertDialogOverlay() defined?
AlertDialogOverlay() is defined in apps/v4/registry/bases/base/ui/alert-dialog.tsx at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free