ComponentsAlert DialogA dialog that requires user response to proceed.PreviewCodeDiscard draft Usage import { AlertDialog } from "@/components/ui/alert-dialog" <AlertDialog> <AlertDialog.Trigger /> <AlertDialog.Popup> <AlertDialog.Header> <AlertDialog.Title /> <AlertDialog.Description /> </AlertDialog.Header> <AlertDialog.Content> { /* content */ } </AlertDialog.Content> <AlertDialog.Footer> <AlertDialog.Close /> </AlertDialog.Footer> </AlertDialog.Popup> </AlertDialog>PreviousAccordionNextAvatar