Answers for "sweet alert custom eleme,t"

0

sweetalert allow html

<script>
  Swal.fire({ 
      html: "Hello, <strong>world!</strong>"
  });
</script>
Posted by: Guest on September-22-2021
0

sweet alert example

swal({
  title: "Good job!",
  text: "You clicked the button!",
  icon: "success",
  button: "Aww yiss!",
});
Posted by: Guest on November-09-2021

Browse Popular Code Answers by Language