1.0.2 • Published 7 months ago

f1rst-sw2 v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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')
}
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago