Elements / Sweetalert

Sweetalert

How To Use

Basic Use HTML
<button class="sweetalert sweetalert-basic button button-primary">Basic</button>
Js Activation
$('.sweetalert-basic').on('click', function(){
    swal({
        title: "Here's the title!",
        text: "Here's the Lorem ipsum text!"
    });
});

For more Information please follow the Official Documentation