Modal
Native top-layer dialog with a backdrop.
Source: src/stylus/components/modal.styl
Open and close without script
Open with showModal(), close with a <form method="dialog"> — no event handler is involved in closing.
Launch modal
Deploy to production
This renders in the browser's top layer.
Cancel
Deploy