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