h5toast
v0.0.8
Published
Simple toast notifications of Mobile Web
Readme
h5toast
Quick Start
var toast = new h5toast.Toast({
position: 'bottom-right',
})
toast.success('success')
toast.error('error')
toast.show('default', {
timeout: 100000
})from
License
MIT © zswang
