Answers for "sweet alert swal-text html"

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
0

sweetalert allow html

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language