Skip to main content

Function: DialogFooter()

@arolariu/components


@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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<DialogFooter>
<DialogClose>Close</DialogClose>
</DialogFooter>

See

Base UI Documentation

// was this page useful?