- Components
- 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. -
Installation
npm i @flexilla/modal -
Usage
You can globaly init all Modal or init separately every modal Elementimport { Modal } from "@flexilla/modal" // init modal for all Element with data-fx-modal attribute Modal.autoInit()