Function: DialogFooter()
@arolariu/components / DialogFooter
Function: DialogFooter()
DialogFooter(
props):ReactElement
Defined in: components/ui/dialog.tsx:306
Lays out dialog actions and secondary controls at the bottom edge.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Dialog
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<DialogFooter>
<DialogClose>Close</DialogClose>
</DialogFooter>
See
// was this page useful?