Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sweetalert allow html

<script>
  Swal.fire({ 
      html: "Hello, <strong>world!</strong>"
  });
</script>
 
PREVIOUS NEXT
Tagged: #sweetalert #html
ADD COMMENT
Topic
Name
1+2 =