Back to blocks

Alert Dialog - Delete

A confirmation dialog for delete actions with destructive styling

Installation

npx shadcn add @mylo-ui/alert-dialog-delete

Preview

Usage

import { AlertDialogDelete } from "@/components/blocks/alert-dialog-delete"

export default function Page() {
  return <AlertDialogDelete />
}

Dependencies

lucide-react

shadcn/ui Components

alert-dialog
button