Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sweetalert example

//import sweetalert
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>

//Alert
<script>swal("My title", "My description", "success");</script>
Source by sweetalert2.github.io #
 
PREVIOUS NEXT
Tagged: #sweetalert
ADD COMMENT
Topic
Name
3+1 =