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

<Popconfirm title="Delete this item?"> <Button variant="danger">Delete</Button></Popconfirm><Popconfirm title="Publish this draft?" confirm="Publish now" cancel="Not yet"> <Button>Publish</Button></Popconfirm>

Props

PropTypeDefaultDescription
titletext"Are you sure?"Confirmation question text
confirmtext"Yes"Confirm button label
canceltext"No"Cancel button label
typetext"info"Icon type: info (question) or warning (alert)
childrencontent-Trigger element (button or link)