Alert Dialog

A dialog that pauses the user's workflow to display information that must be acknowledged or responded to.

Installation

npm install @andore-ui/alert-dialog

Import

import {AlertDialog, AlertDialogAction, AlertDialogActionContent, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger} from @andore-ui/alert-dialog

Usage