3,410
Bookmarks
9,200
Installs
79,600
Views
"use client"
import { ToastStack, useToastStack } from "@/components/ui/toast-stack"
export default function DemoToastStack() {
const { toasts, push, dismiss } = useToastStack()
const samples = [
{ tone: "success" as const, title: "Component published", description: "Shimmer Button is live." },
{ tone: "error" as const, title: "Build failed", description: "Missing dependency: motion." },21 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 4 components
Part of Cobalt — browse the full library on Nuxus.