Modal
A modal is a small window that appears over the main window to grab the user's attention. A modal displays important information on actions that the user has to perform before working with the main window.
Simple Modal
A simple modal consists of a text conveying information along with action buttons. To generate a modal use the base class modal-container and add the modal-content and modal-buttons within the modal-container
Copy the code below to use a simple Modal