sweetalert to small bootstrap

49

swal("Good job!", "You clicked the button!", "error")
Swal.fire(  'Good job!',  'You clicked the button!',  'success')
swal("Thank you!", "We will get back to you if required", "success");
Swal.fire({  icon: 'success',  title: 'Oops...',  text: 'Something went wrong!',  footer: '<a href>Why do I have this issue?</a>'})
.swal2-popup {
  font-size: 1.6rem !important;
}

Comments

Submit
0 Comments