Components
Collapsed notification deck that fans open on hover — each dismiss re-settles the pile, and a quiet restore control appears once every alert is cleared. Light and dark via theme tokens.
Loading preview...
import { AlertStack } from "@/components/ui/alert-stack"
export default function DemoOne() {
return (
<div className="flex min-h-[320px] w-full items-center justify-center bg-background p-8">
<AlertStack />
</div>
)
}