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