Back to blocks

Alert Dialog - Warning

A warning dialog for potentially risky actions

Installation

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

Preview

Usage

import { AlertDialogWarning } from "@/components/blocks/alert-dialog-warning"

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

Dependencies

lucide-react

shadcn/ui Components

alert-dialog
button