Components
Loading preview...
Stacked alerts
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/stacked-alertsimport { NotificationCenterStack } from "@/components/ui/stacked-alerts";
export default function DemoOne() {
return <NotificationCenterStack />;
}