+ 10
Swal.fire
How to create two buttons in Swal.fire?
6 RĂ©ponses
+ 5
Thanks đđLoveđđ
+ 3
đđLoveđđ, I don't understand what you just said
+ 2
What documentation are you talking about, đđLoveđđ?
+ 2
Here you can see more examples on swal
https://sweetalert2.github.io/
7 and 8 examples are the answers
+ 2
swal("Are you sure you want to do this?", {
  buttons: ["Oh noez!", "Aww yiss!"],
});