Docs
Alert-Dialog
Alert-Dialog
중요한 내용을 담고 있는 응답을 요구하는 다이얼로그 모달.
Todoprogress
progress
Housework
Assignment
Rent
Training
컴포넌트의 구조
<AlertDialog>
<AlertDialogTrigger asChild>
<Icons.trash2 />
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Title</AlertDialogTitle>
<AlertDialogDescription>Description</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction>Succeed Action</AlertDialogAction>
</AlertDialogContent>
</AlertDialog>