Alert Dialog
Displays a alert dialog component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/alert-dialog.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { AlertDialog } from "@/components/ui/alert-dialog"
export default function Example() {
return (
<AlertDialog>
Example
</AlertDialog>
)
}