Dialog
A modal dialog component for displaying content that requires attention
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