← All components

Sonner (Toast)

Stacked toast notifications for async feedback.

Example

import { Toaster } from "matcha-ui";
import { toast } from "sonner";

// In your root layout:
<Toaster richColors closeButton />

// Anywhere in the app:
toast.success("Workspace created");