Modal

Modals display information in a window or help a user focus on a task without navigating them away from the page. A user cannot perform other actions until the modal is dismissed.

Alert Modal

To obtain this result, use div tag with modal-alert-container, position-relative, dismiss-btn, modal-alert-header, modal-alert-body and modal-alert-action class name.

Simple Modal

To obtain this result, use div tag with modal-simple-container, modal-simple-header, modal-simple-body and modal-simple-body-item class name.

Confirmation Modal

To obtain this result, use div tag with modal-confirmation-container, modal-confirmation-header, modal-confirmation-body, modal-confirmation-body-item, modal-confirmation-action and modal-confirmation-action-item class name.