Atrox / sweetify-django

SweetAlert integration for Django
BSD 3-Clause "New" or "Revised" License
55 stars 21 forks source link

No show icon #17

Closed guilherme-funchal closed 4 years ago

guilherme-funchal commented 4 years ago

How do I show the icons of success, error, etc ?

For example :

Swal.fire({ icon: 'error', title: 'Oops...', text: 'Something went wrong!', footer: 'Why do I have this issue?' })

guilherme-funchal commented 4 years ago

Please forget it, I got it.