Skip to main content

Home Components Modal

Modal

A box that pops over the page to demand attention.

A modal is a focused window that overlays the rest of the page. The background dims, and the user must address the modal — confirm, dismiss, or fill it in — before going back.

Modals are powerful but disruptive. Use them only for tasks that absolutely cannot happen inline. Confirming a delete is a good fit. Asking for a name is overkill.

Related terms