Here is Notification Alert Dialog component
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> ); };
Part of ExtendUI — browse the full library on 21st.dev.