Closed qoalu closed 7 years ago
Document possible functions for using this plugin
` Notifications.show(opts = {}, level = 'success')
Notifications.success(opts)
Notifications.error(opts)
Notifications.warning(opts)
Notifications.info(opts)
Notifications.hide(uid) `
Had to dig into the source to understand how to send other types of notifications since .show is not in the example
Thanks @qoalu for reporting . This is going to be sorted in #33. link to change.
Closing asap #33 is merged.
Hey @qoalu,
Closing, documented actions.
thank you
Document possible functions for using this plugin
` Notifications.show(opts = {}, level = 'success')
Notifications.success(opts)
Notifications.error(opts)
Notifications.warning(opts)
Notifications.info(opts)
Notifications.hide(uid) `
Had to dig into the source to understand how to send other types of notifications since .show is not in the example