Function: AlertDialogFooter()
@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
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<AlertDialogFooter>
<AlertDialogCancel>Cancel</AlertDialogCancel>
</AlertDialogFooter>
See
// was this page useful?