Basic Modals
Default modal style triggered on button click, featuring smooth slide down and fade in transitions.
Static Backdrop
When backdrop is set to static, the modal will not close when clicking outside of it or pressing escape.
Vertically Centered
Align the modal dialog vertically centered on the viewport using `.modal-dialog-centered` class.
Modal Sizing Options
Sizes are configured using standard size class suffixes on `.modal-dialog`, or `.modal-fullscreen`.
Grid System in Modals
Nest standard Bootstrap column layouts inside the modal body to create rich, responsive layout grids.
Tooltips and Popovers
Popovers and tooltips can easily be placed within modal bodies, behaving dynamically with parent positioning.
Toggle Between Modals
Smoothly toggle from one modal to a separate secondary modal dialog while preventing double backdrop rendering.
Scrollable Modal Content
Add scrollability to the modal content wrapper body using the `.modal-dialog-scrollable` helper class.