Notification
Creating Notification
Creating Notification
WindUI:Notify({
Title = "Notification Title",
Content = "Notification Content example!",
Duration = 3, -- 3 seconds
Icon = "bird",
})
WindUI
Creating Notification
WindUI:Notify({
Title = "Notification Title",
Content = "Notification Content example!",
Duration = 3, -- 3 seconds
Icon = "bird",
})