Sha256: 58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b
Contents?: true
Size: 285 Bytes
Versions: 25
Compression:
Stored size: 285 Bytes
Contents
function notify(notice, state) { const toast = swal.mixin({ toast: true, position: 'top', showConfirmButton: false, timer: 5000, customClass: 'animated tada' }); toast({ type: state == 'error' ? 'error' : 'success', html: `<h5>${notice}</h5>` }) }
Version data entries
25 entries across 24 versions & 1 rubygems