nasch
0
Q:

sweetallert

<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
2
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
0
swal({  title: "Are you sure?",  text: "Once deleted, you will not be able to recover this imaginary file!",  icon: "warning",  buttons: true,  dangerMode: true,}).then((willDelete) => {  if (willDelete) {    swal("Poof! Your imaginary file has been deleted!", {      icon: "success",    });  } else {    swal("Your imaginary file is safe!");  }});
0
swal("Good job!", "You clicked the button!", "success");
0
swal({
  text: "Hello world!",
});
0

New to Communities?

Join the community