Aur UI

Toast

Aur notifications on sonner — borderless surface, type-tinted icons, action/promise flows, and an optional soft-wash variant.

bash
pnpm add @aur-ui/ui
tsx
import { Toaster } from "@aur-ui/ui/components/toast";
import { toast } from "sonner";

Mount <Toaster /> once at the app root, then fire notifications from anywhere: toast(), toast.success/info/warning/error(), toast.promise() for async flows, and an action option for an inline button. Each type tints the icon with the matching semantic token; pass richColors: true to also wash the surface.