Popconfirm
Inline confirmation popup attached to a trigger element. Asks users to confirm an action before proceeding.
Delete Confirmation
Ask for confirmation before deleting an item.
Delete this item?
Warning Type
Red warning icon for destructive resets.
Reset all settings?
Custom Labels
Customize confirm and cancel button text.
Publish this draft?
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | text | "Are you sure?" | Confirmation question text |
confirm | text | "Yes" | Confirm button label |
cancel | text | "No" | Cancel button label |
type | text | "info" | Icon type: info (question) or warning (alert) |
children | content | - | Trigger element (button or link) |