Skip to main content

Function: DialogOverlay()

@arolariu/components


@arolariu/components / DialogOverlay

Function: DialogOverlay()

DialogOverlay(props): ReactElement

Defined in: components/ui/dialog.tsx:198

Renders the dimmed backdrop behind dialog content.

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

<DialogOverlay />

See

Base UI Documentation

// was this page useful?