Features
Notification Styles
Minimal Style
Characteristics
Usage
-- Configure minimal style
Config.Style = 'minimal'
-- Send minimal notification
exports['b2-sleeknotify']:CreateNotification({
type = 'success',
message = 'Vehicle stored successfully!'
})Advanced Style
Characteristics
Usage
Switching Styles
Screen Positions
Available Positions
Top Row
Middle Row
Bottom Row
Usage
Setting Default Position
Individual Notification Position
Position Behavior
Notification Types
Available Types
Success
Error
Info
Warning
Styling Details
Minimal Style
Advanced Style
Last updated