The Modal component is a dialog box/popup window that is displayed on top of the current page.
data-bs-toggle="modal" and data-bs-target="#myModal" to a button.<div> with the .modal class and an id that matches the button's target..modal-dialog, .modal-content, .modal-header, .modal-body, and .modal-footer.Edit the code below and click Run to see the result live.