Feedback

Modal

Dialog window that interrupts the flow to request a decision.

@use "@mozaic-ds/styles/components/modal";
@use "@mozaic-ds/styles/components/overlay";
@use "@mozaic-ds/styles/components/button";

Open / close

A modal is rendered with mc-modal and toggled by adding the is-open class. The accompanying overlay (mc-overlay) dims the page.

tsx