sweet alerts bootstrap code example
Example 1: sweet alert bootstrap
Swal.fire( 'Good job!', 'You clicked the button!', 'success')
Example 2: sweet alert bootstrap
swal("Thank you!", "We will get back to you if required", "success");
Swal.fire( 'Good job!', 'You clicked the button!', 'success')
swal("Thank you!", "We will get back to you if required", "success");