Loading preview...
Here is Dialog component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/dialog-2
import AlertDialog from "@/components/ui/dialog-2"; export default function DemoOne() { return <AlertDialog />; }