Bootstrap Modals and Dropdowns
Creating modals and dropdown menus
Modal Structure
.modal # modal container
.modal-dialog # modal dialog wrapper
.modal-content # modal content
.modal-header # modal header
.modal-body # modal body
.modal-footer # modal footer
Modal Sizes
.modal-sm # small modal
.modal-lg # large modal
.modal-xl # extra large modal
.modal-fullscreen # fullscreen modal
Trigger Modal
data-bs-toggle="modal" # trigger attribute
data-bs-target="#myModal" # target modal ID
Dropdown
.dropdown # dropdown container
.dropdown-toggle # dropdown button
.dropdown-menu # dropdown menu
.dropdown-item # dropdown item
.dropdown-divider # divider line
Dropdown Directions
.dropup # open upward
.dropend # open to right
.dropstart # open to left