Confirmation dialog with customizable actions and danger variant.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | - | Dialog title |
message | string | - | Confirmation message |
confirmText | string | "Confirm" | Confirm button text |
danger | boolean | false | Red/danger styling |
onConfirm | () => void | - | Confirm callback |
onCancel | () => void | - | Cancel callback |