Basic Usage
You can trigger notifications via the clearNotify event.
Example
TriggerEvent("clearNotify", "info", "Title", "Your notification message.")Info, success, and error
TriggerEvent("clearNotify", "success", "Success!", "Your action was successful.")
TriggerEvent("clearNotify", "error", "Error!", "Something went wrong.")