Öncelikle o yazı neye göre çıkacak eğer bir butona tıklayıp çıkacak ise



<script>
var buton=document.getElementById("buton");
buton.onclick=function(){
swal({
position: 'top-end',
type: 'success',
title: 'Your work has been saved',
showConfirmButton: false,
timer: 1500
})
}
</script>

Bu şekilde bişe yapabilirsin.