Sonner
Toast notification system — see Toaster.
Interactive-mode
Installation instructions
Setup lives on the Toaster page — same AddSitecoreBlokUI() registration and root-level <Toaster /> layout component.
Divergence from Blok
Called Toaster in BlazorUI. Sonner is the React/JS toast library Blok wraps. The BlazorUI equivalent is Toaster, with an imperative service API (ToastService.Show(...)) — idiomatic for Blazor rather than the declarative composition Sonner uses.
Visit /primitives/toaster for usage examples.