Ping
Issue 03
A quiet confirm. One line, then it leaves.
Bottom right, aria-live polite, dismissed after four seconds.
Issue 03
A quiet confirm. One line, then it leaves.
npx @noordvc/raster-cli add toast
<div class="rs-toasts" role="status"><div class="rs-toast"><div><span class="rs-toast-title">Saved</span><p class="rs-toast-body">Your changes are live.</p></div></div></div>
import { toast, Toaster } from "@/components/raster/toast";
// once, in your layout
<Toaster />
// from anywhere
toast("Saved", { description: "Your changes are live." });