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

489 B

Popconfirm

A confirm, poped.

Demos

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.

Events

Name Parameters Description
positive-click ()
negative-click ()

Slots

Name Parameters Description
icon ()
action ()
default ()