Skip to main content

Overlays and menus

DialogFooter

A footer region helper for dialog content with border separation and alignment controls.

A footer region helper for dialog content with border separation and alignment controls.

  • Use DialogFooter to separate final actions from the dialog body.
  • It is layout only; Dialog remains responsible for modal semantics and focus trapping.
Name Type Default Description
align 'start' | 'center' | 'end' | 'between' 'end' Footer content alignment.
class string Additional CSS classes.
<DialogFooter><DialogActions><Button>Confirm</Button></DialogActions></DialogFooter>