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)

Name Type Default Description
backdrop boolean or the string 'static' true Includes a modal-backdrop element. Alternatively, specify static for a backdrop which doesn't close the modal on click.
keyboard boolean true Closes the modal when escape key is pressed
focus boolean true Puts the focus on the modal when initialized.
show boolean true Shows the modal when initialized.