Toast Notifications
Non-blocking feedback for asynchronous actions. Designed to manage stacking, duration, and placement automatically so you don't have to.
Async CapableKeyboard AccessibleAuto-Stacking
Trigger Toasts
Interactive Canvas
Correct Usage
- Use for non-critical feedback (e.g. "Copied to clipboard").
- Use Async Toasts for background tasks like file uploads.
Avoid Using When
- Do not use for errors requiring action (e.g. "Payment Failed"). Use a Modal or Alert instead.
- Never place toasts over navigation elements or primary buttons.
Implementation
For production, we recommend using Sonner, the best React toast library available. Falnix UI wraps Sonner with our custom branding.