3.1.0 • Published 6 years ago
@spark-engine/toast v3.1.0
#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.
3.1.0
6 years ago