Docs
Toast Stack
An animated, stacking toast notification system with four semantic variants.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add toast-stackPackages
npm install framer-motion lucide-reactUsage Detail
tsx
import { ToastStack } from "@/components/oblivion/toast-stack"
export default function ToastStackDemo() {
return <ToastStack />
}import { ToastStack } from "@/components/oblivion/toast-stack"
export default function ToastStackDemo() {
return <ToastStack />
}