Modals


Modals (also known as modal windows, overlays, and dialogs) are large UI elements that sit on top of an application's main window—often with a layer of transparency behind them to give users a peek into the main app. To return to the application's main interface, users must interact with the modal layer.

Use the class clay-modals in the parent container and clay-modal-bg-content in the tag that contains the page's content. Finally, use the class clay-modal in the modal section.