Home / Function/ AlertDialogFooter() — ui Function Reference

AlertDialogFooter() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5f091c12_ba6c_f39a_1242_199aac805072["AlertDialogFooter()"]
  0a1337c9_ea81_df79_24a1_d18af363bec9["alert-dialog.tsx"]
  5f091c12_ba6c_f39a_1242_199aac805072 -->|defined in| 0a1337c9_ea81_df79_24a1_d18af363bec9
  style 5f091c12_ba6c_f39a_1242_199aac805072 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/alert-dialog.tsx lines 80–94

function AlertDialogFooter({
  className,
  ...props
}: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="alert-dialog-footer"
      className={cn(
        "cn-alert-dialog-footer 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}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free