HTML-First UI

Dialog

A modal dialog component for displaying content that requires attention

Title

Put anything you want in here.

(press Esc to close)

Notes

The dialog component creates a modal overlay that focuses user attention on specific content.

  • Uses the native dialog element
  • Call showModal() to display the dialog
  • Press Esc to close
  • Can contain any content including headings, text, and interactive elements