AlertDialogFooter() — ui Function Reference
Architecture documentation for the AlertDialogFooter() function in alert-dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 403f088b_0b97_13dc_d495_930841b38ddc["AlertDialogFooter()"] 82a77809_5b0e_7cec_acff_8e0731ac4490["alert-dialog.tsx"] 403f088b_0b97_13dc_d495_930841b38ddc -->|defined in| 82a77809_5b0e_7cec_acff_8e0731ac4490 style 403f088b_0b97_13dc_d495_930841b38ddc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/alert-dialog.tsx lines 86–100
function AlertDialogFooter({
className,
...props
}: React.ComponentProps<"div">) {
return (
<div
data-slot="alert-dialog-footer"
className={cn(
"flex flex-col-reverse gap-2 group-data-[size=sm]/alert-dialog-content:grid group-data-[size=sm]/alert-dialog-content:grid-cols-2 sm:flex-row sm:justify-end",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does AlertDialogFooter() do?
AlertDialogFooter() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/alert-dialog.tsx.
Where is AlertDialogFooter() defined?
AlertDialogFooter() is defined in apps/v4/registry/new-york-v4/ui/alert-dialog.tsx at line 86.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free