โœฆ StealThis .dev

Modal Dialog

Accessible modal dialog with backdrop blur, multiple sizes, confirmation variant, and smooth open/close animations. Closes on Escape and backdrop click.

Open in Lab
css vanilla-js
Targets: JS HTML React Native

Expo Snack

Code

A fully accessible modal dialog system with focus trapping and scroll locking.

Variants

  • Default โ€” title, body, Cancel + Confirm actions
  • Large โ€” wider modal with a form inside
  • Alert/Destructive โ€” warning icon, red confirm button
  • Fullscreen โ€” takes the full viewport on mobile

Accessibility

  • Focus is trapped inside the open modal
  • Escape closes the modal
  • Backdrop click closes (configurable)
  • body scroll is locked when modal is open
  • Uses role="dialog" and aria-modal="true"