Modal

A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content. To return to the main content, the user must engage with the modal by completing an action or by closing it.

Alert Modal

This type of modal only gives the alert message along with action buttons. Use class modal, alert-modal for alert modal.

Simple Modal

It is most basic form of modal that does not have any additional buttons, it only offers the choices to user. Use class modal, simple-modal for alert modal.

Confirmation Modal

This type of modal not only offer the choices to the user but also provide with buttons to do perform specific actions. Use class modal, confirmation-modal for alert modal.