Skip to content

Modal

Modal

Usage

A modal is a dialog that appears on top of the main content to capture user attention. It is used for critical actions, alerts, or forms and often requires user interaction before proceeding.

Import

js
import { MtModal } from "@shopware-ag/meteor-component-library";

Example