Skip to main content

Variable: DialogContent

@arolariu/components


@arolariu/components / DialogContent

Variable: DialogContent

const DialogContent: ForwardRefExoticComponent<Omit<DialogContentProps, "ref"> & RefAttributes<HTMLDivElement>>

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

Renders the dialog popup inside a portal with its backdrop.

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

<DialogContent>
<DialogTitle>Details</DialogTitle>
</DialogContent>

See

Base UI Documentation

// was this page useful?