Back to blocksView all alert-dialog blocks


alert-dialog
Block
Alert Dialog - Delete
A confirmation dialog for delete actions with destructive styling
Installation
npx shadcn add @mylo-ui/alert-dialog-deletePreview
Usage
import { AlertDialogDelete } from "@/components/blocks/alert-dialog-delete"
export default function Page() {
return <AlertDialogDelete />
}Dependencies
lucide-react
shadcn/ui Components
alert-dialog
button
Related Blocks
More alert-dialog blocks you might like

alert-dialog
Alert Dialog Variants
25 different alert dialog variants for various use cases
Ready to use
/blocks/alert-dialog-variants
alert-dialog
Alert Dialog Compact
20 compact alert dialogs for dense UIs
Ready to use
/blocks/alert-dialog-compact
alert-dialog
Alert Dialog - Confirm
A general purpose confirmation dialog with customizable icon
Ready to use
/blocks/alert-dialog-confirm