Dialog

Modal dialog using a screen-share friendly overlay with accessible dialog semantics.

Basic Dialog

With Form

Dialogs work great for form inputs.

Form Dialog

Notes

  • Uses a div-based overlay instead of the browser top layer, so dialogs remain visible in screen-sharing tools.
  • Focus is automatically trapped within the dialog.
  • Press Escape or click the backdrop to close.
  • ARIA attributes are automatically set based on title and description slots.