GitHub

Modal

Dialog overlays for confirmations, forms, and content. Automatically converts to a bottom sheet on mobile. Supports native <dialog> and data-state patterns.

Basic Modal (data-state)

Preview

Native <dialog>

Preview

Zero-JS (Checkbox Hack)

Preview

Confirm Dialog

Preview

Sizes

Classes Reference

Class Description
.modal-backdropFixed overlay container (use data-state="open/closed")
.modalModal dialog box
.modal-headerHeader with title and close
.modal-titleModal heading
.modal-closeClose button (circle)
.modal-bodyScrollable content area
.modal-footerAction buttons area
.modal-handleMobile drag handle (auto-shown)
.modal-smSmall (400px)
.modal-lgLarge (800px)
.modal-xlExtra large (1140px)
.modal-fullscreenFull screen modal
.modal-toggleHidden checkbox for zero-JS modal
dialog.modalNative <dialog> styling