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 |
confirmButtonClass | string | - | Extra classes for the confirm button (e.g. btn-error) |
onconfirm | () => void | - | Confirm callback |
oncancel | () => void | - | Cancel callback |