Skip to main content

Function: AlertDialogFooter()

@arolariu/components


@arolariu/components / AlertDialogFooter

Function: AlertDialogFooter()

AlertDialogFooter(props): ReactElement

Defined in: components/ui/alert-dialog.tsx:275

Lays out confirmation and dismissal actions at the bottom edge.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Renders a <div> element by default
  • Built on Base UI Alert Dialog
  • Supports the render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<AlertDialogFooter>
<AlertDialogCancel>Cancel</AlertDialogCancel>
</AlertDialogFooter>

See

Base UI Documentation

// was this page useful?