Toasts
Lightweight notifications for quick feedback. Triggered via ToastService from C#.
Toasts auto-dismiss and stack in the bottom-right corner.
Notification Types
Four variants to match the intent of the message.
Custom Duration
Pass durationMs to control how long the toast stays.
Set to 0 for a persistent toast that only closes when the user clicks ×.
Common Use Cases
Example messages you would show in a real app.
Stacked Notifications
Multiple toasts stack automatically with a gap. They each dismiss independently.