t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

how to change icon when calling swal.showLoading(); #767

Closed KinLiverpool closed 6 years ago

KinLiverpool commented 6 years ago

I don't know how to change icon when calling swal.showLoading();

So, I wanna show instead of the basic one.

Thanks

t4t5 commented 6 years ago

That's not a built-in functionality. You could try manually manipulating the DOM if you want some heavy customization.