NeumorUINeumorUI
📖📦
Overlay

AlertDialog

Popup alert/confirm dialog with OK/Cancel buttons, 5 variants, icon, and useAlertDialog hook.

tsx
1import { AlertDialog } from "neumorui";

Example

open
title
variant
okText
cancelText

Props

PropTypeDefault
openbooleanfalse
onClose() => void-
titlestring-
messageReactNode-
variant"default" | "success" | "danger" | "warning" | "info""default"
iconReactNodeauto per variant
okTextstring"OK"
cancelTextstring-
onOk() => void-
onCancel() => void-