AlertDialogFooter() — ui Function Reference
Architecture documentation for the AlertDialogFooter() function in alert-dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b728664d_e2cf_250d_eae3_ebc9c1c92144["AlertDialogFooter()"] 8a59d69c_497a_ace6_5c02_034d47d656c0["alert-dialog.tsx"] b728664d_e2cf_250d_eae3_ebc9c1c92144 -->|defined in| 8a59d69c_497a_ace6_5c02_034d47d656c0 style b728664d_e2cf_250d_eae3_ebc9c1c92144 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/alert-dialog.tsx lines 85–99
function AlertDialogFooter({
className,
...props
}: React.ComponentProps<"div">) {
return (
<div
data-slot="alert-dialog-footer"
className={cn(
"bg-muted/50 -mx-4 -mb-4 flex flex-col-reverse gap-2 rounded-b-xl border-t p-4 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/examples/radix/ui-rtl/alert-dialog.tsx.
Where is AlertDialogFooter() defined?
AlertDialogFooter() is defined in apps/v4/examples/radix/ui-rtl/alert-dialog.tsx at line 85.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free