Basic Usage

To display a notification, use the ShowNotification export:

exports['clear-notify']:ShowNotification({
    title = "Welcome",
    message = "Thanks for using Clear Notify!",
    type = "SUCCESS",
    duration = 5000
})

Last updated