Modals
Basic Modal
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
Grid System
To take advantage of the Bootstrap grid system within a modal, just nest .row
s within the .modal-body
and then use the normal grid system classes.
Large Modal
Modals have large optional size, available by adding .modal-lg
class on a .modal-dialog
.
Modal based on trigger button
Small Modal
Modals have small optional size, available by adding .modal-sm
class on a .modal-dialog
.