f1rst-sw2
v1.0.2
Published
this is my custom SweetAlert2
Downloads
160
Readme
Installation
npm i f1rst-sw2
Example
import MsgAlert from 'f1rst-sw2'
const _msg = new MsgAlert()
function toast(){
_msg.toast_msg({ title: 'hello', icon: 'success' })
}
function lightBox(){
_msg.lightBox('image_url','1200px')
}