Components
Loading preview...
Here is Notification Alert Dialog component
npx shadcn@latest add https://21st.dev/r/rynkovski/notification-alert-dialogimport { Component } from "@/components/ui/notification-alert-dialog";
export default function AlertDialogDemo() {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};