Dialog

UI

Modal dialog built on Radix UI for confirmations, forms, and focused interactions.

[EXAMPLES]

Basic Dialog

[PROPS]

PROPTYPEDEFAULTDESCRIPTION
openbooleanControlled open state
onOpenChange(open: boolean) => voidOpen state change callback

[ACCESSIBILITY]

KEYBOARD SHORTCUTS

KEYACTION
EscapeClose the dialog
TabCycle focus within dialog

ARIA

  • >role="dialog"
  • >aria-modal="true"
  • >aria-labelledby pointing to DialogTitle
  • >Focus trapped inside dialog