11.10.8-nopolit • Published 13 days ago

sweetalert2-nopolit v11.10.8-nopolit

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

SweetAlert 2 No Political

This is plain SweetAlert 2, but without political propaganda.

Installation

Install using npm:

npm i sweetalert2-nopolit

Usage

The only difference with SweetAlert 2 vanilla is the way you import the plugin:

import  Swal  from  'sweetalert2-nopolit'

// or via CommonJS
const  Swal = require('sweetalert2-nopolit')

For the rest, follow SweetAlert 2 page instructions.