Dialog

Modal dialog using the native HTML dialog element with full accessibility support.

Basic Dialog

With Form

Dialogs work great for form inputs.

Form Dialog

Notes

  • Uses the native <dialog> element with showModal() and close() .
  • 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.