Answers for "html bootstrap sweet alert"

0

sweet alert bootstrap

swal("Good job!", "You clicked the button!", "error")
Posted by: Guest on April-29-2021
0

sweet alert bootstrap

Swal.fire(  'Good job!',  'You clicked the button!',  'success')
Posted by: Guest on November-02-2020
0

sweetalert to small bootstrap

.swal2-popup {
  font-size: 1.6rem !important;
}
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language