Modal & Notification page header description goes here...
Modal
Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content. Please read the official Bootstrap documentation for the full list of options.
Modal Sizes
Modals have three optional sizes, available via modifier classes to be placed on a .modal-dialog
. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports.
Modal Cover
Modal cover is an extended feature from Bootstrap modal. It provide the same background color as the modal content. Place a .modal-cover
css class on .modal
for full cover modal.
Toasts Notification
Push notifications to your visitors with a toast, a lightweight and easily customizable alert message. Please read the official Bootstrap documentation for the full list of options.
Toasts Container
Toasts container is an extended ui from Bootstrap toasts. Wrap the toasts with .toasts-container
will allow toast to float within the right top position.