Alert Dialog

A modal interruption presenting crucial content, awaiting user response or action.

Alert Dialog

Usage

Installation

bash npm install @holo/alert

Import

import {
  AlertDialog,
  AlertDialogAction,
  AlertDialogCancel,
  AlertDialogContent,
  AlertDialogDescription,
  AlertDialogFooter,
  AlertDialogHeader,
  AlertDialogTitle,
  AlertDialogTrigger,
  Button
} from "@holo/core"```