Sweet Alerts
Show custom alerts and prompts
Last updated
Show custom alerts and prompts
Last updated
$ npm install sweetalert2import Swal from 'sweetalert2';Swal.fire(
{
title: 'Good job!',
text: 'You clicked the button!',
type: 'success',
heightAuto: false
}
);