DialogContent
@arolariu/components / DialogContent
DialogContent
Renders the dialog popup inside a portal with its backdrop.
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
<DialogContent>
<DialogTitle>Details</DialogTitle>
</DialogContent>
See
Type Aliases
// was this page useful?