Modal

Modal window examples
Modal windows

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

Modal contains title, content and footer



Modal size and colors

Modals have three optional sizes, available via modifier classes to be placed on a .modal-dialog



You can add extra class to color your modal window avalible class (modal-success, modal-primary, mmodal-warning, modal-danger)

NameTypeDefaultDescription
backdropboolean or the string 'static'trueIncludes a modal-backdrop element. Alternatively, specify staticfor a backdrop which doesn't close the modal on click.
keyboardbooleantrueCloses the modal when escape key is pressed
focusbooleantruePuts the focus on the modal when initialized.
showbooleantrueShows the modal when initialized.