Components
Stacked notification cards that ripple open with spring animations to reveal messages, signups, and billing reminders.
Loading preview...
import StackRipple from "@/components/ui/stack-ripple";
export default function Default() {
return (
<div className="flex min-h-[420px] w-full items-center justify-center bg-background p-6">
<StackRipple />
</div>
);
}