Calert Icons
calert({
title: 'Hello world',
text: 'This is a text',
icon: 'info'
})
calert({
title: 'Failed',
text: 'Something failed during the process',
icon: 'error'
})
calert({
title: 'Is it beautiful?',
icon: 'question',
confirmButton: 'Yes',
cancelButton: 'No'
})
calert({
title: 'Login Successfully',
icon: 'success'
})
calert({
title: 'Maintenance',
icon: 'warning',
confirmButton: false
})