1. Components
  2. alert-dialog

Alert Dialog/Modal

A modal dialog that interrupts the user with important content and expects a response.

Usage

Note that this component requires JS, by default we’re using @flexilla/modal component, else you can skip this step if you’ve already @flexilla/flexilla.
  1. Installation

    npm i @flexilla/modal
  2. Usage

    You can globaly init all Modal or init separately every modal Element
    import { Modal } from "@flexilla/modal"
    // init modal for all Element with data-fx-modal attribute
    Modal.autoInit()