Dialog

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

Basic Dialog

Are you sure?

This action cannot be undone.

This will permanently delete your account and all associated data.

With Form

Dialogs work great for form inputs.

Form Dialog

Edit Profile

Make changes to your profile here.

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.