# Popconfirm A confirm, poped. ## Demos ```demo basic custom-action custom-icon event no-icon ``` ## Props |Name|Type|Default|Description| |-|-|-|-| |negative-text|`string`|`'Cancel'`|| |positive-text|`string`|`'Confirm'`|| |show-icon|`boolean`|`true`|| For more props, see [popover](n-popover#Props). ## Events |Name|Parameters|Description| |-|-|-| |positive-click|`()`|| |negative-click|`()`|| ## Slots |Name|Parameters|Description| |-|-|-| |icon|`()`|| |action|`()`|| |default|`()`||