Pop Confirm

A simple and compact dialog used for asking for user confirmation. It's more lightweight than the static popped full-screen confirm modal.

Component NameDevelopment Status
Pop ConfirmDONE

Examples

You can find all examples for components developed in this module here.

Basic Popconfirm Example

Very basic Popconfirm component examples.

Property NameTypeDescription
direction - 'top'enumSets the direction of Popconfirm component. Can be one of 'top', 'right', 'bottom', 'left'
isShown - falseboolSet true to show by default.
okButtonText - 'Ok'stringText of confirm button
cancelButtonText - 'Cancel'stringText of cancel button text
variant - 'secondary'enumContextual color option.