naive-ui/demo/documentation/components/popconfirm/enUS/index.md
2020-01-31 22:36:22 +08:00

31 lines
489 B
Markdown

# 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|`()`||