Components
npx shadcn@latest add https://21st.dev/r/rynkovski/notification-alert-dialogLoading preview...
import { 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>
);
};