Stacked toast notifications for async feedback.
import { Toaster } from "matcha-ui"; import { toast } from "sonner"; // In your root layout: <Toaster richColors closeButton /> // Anywhere in the app: toast.success("Workspace created");