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
  52723eef_b810_ce93_6055_6bb2007a6fad["AlertDialogOverlay()"]
  f108278a_1476_e57a_1621_e5c29823a627["alert-dialog.tsx"]
  52723eef_b810_ce93_6055_6bb2007a6fad -->|defined in| f108278a_1476_e57a_1621_e5c29823a627
  style 52723eef_b810_ce93_6055_6bb2007a6fad fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/ui/alert-dialog.tsx lines 18–27

>(({ className, ...props }, ref) => (
  <AlertDialogPrimitive.Overlay
    className={cn(
      "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
      className
    )}
    {...props}
    ref={ref}
  />
))

Subdomains

Frequently Asked Questions

What does AlertDialogOverlay() do?
AlertDialogOverlay() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/alert-dialog.tsx.
Where is AlertDialogOverlay() defined?
AlertDialogOverlay() is defined in deprecated/www/registry/new-york/ui/alert-dialog.tsx at line 18.

Analyze Your Own Codebase

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

Try Supermodel Free