Skip to main content

Interface: DialogProps

Defined in: composites/Dialog/Dialog.tsx:78

Props for the Dialog content surface.

The composite owns its layout; pass style/className on a wrapping element rather than on the composite root. See CONTRIBUTING §4.

Extends

  • Omit<RACDialogProps, "style" | "className">

Properties

evaluation?

optional evaluation?: "primary" | "secondary" | "accent" | "muted" | "negative"

Defined in: composites/Dialog/Dialog.tsx:86

Semantic emphasis.

Default

'primary'