@spark-engine/toast
v3.1.0
Published
Notification dispatch and presentation
Downloads
3
Maintainers
Readme
#Spark Toast
Notification dispatch and presentation
Usage
var toast = require('@spark-engine/toast')
toast(message)
Uses the 'normal' type of notification.
toast('Hello world.')
toast(type, message)
Uses the specified type of notification.
toast('Hello world.', 'success')
toast.success
, toast.error
, toast.action
, toast.normal
Helper functions that do exactly what they say they do.