Dialog
Modal dialog using a screen-share friendly overlay with accessible dialog semantics.
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 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.