Answers for "how to create responsive modal with the help of bootstrap 5"

1

bootstrap5 modal

var myModalEl = document.getElementById('myModal')
var modal = bootstrap.Modal.getInstance(myModalEl) // Returns a Bootstrap modal instance
Posted by: Guest on December-22-2021

Code answers related to "how to create responsive modal with the help of bootstrap 5"

Browse Popular Code Answers by Language