switch alert 2
$ npm install sweetalert2
switch alert 2
$ npm install sweetalert2
switch alert 2
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
switch alert 2
Swal.fire({
title: 'Error!',
text: 'Do you want to continue',
icon: 'error',
confirmButtonText: 'Cool'
})
switch alert 2
<script src="sweetalert2.min.js"></script>
<link rel="stylesheet" href="sweetalert2.min.css">
switch alert 2
// ES6 Modules or TypeScript
import Swal from 'sweetalert2'
// CommonJS
const Swal = require('sweetalert2')
switch alert 2
<script src="sweetalert2.all.min.js"></script>
switch alert 2
import Swal from 'sweetalert2/dist/sweetalert2.js'
import 'sweetalert2/src/sweetalert2.scss'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us