ConfirmDialog
Confirmation dialog with accept/reject actions. Built on Dialog. Also exports useConfirmDialog hook for imperative usage.
Import
import { ConfirmDialog, useConfirmDialog } from 'reablocks';
ConfirmDialog Props
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | — | Whether the dialog is open |
header | string | ReactNode | — | Dialog header |
content | string | ReactNode | — | Dialog body con |
[Description truncada. Veja o README completo no GitHub.]