A simple and compact dialog used for asking for user confirmation. It's more lightweight than the static popped full-screen confirm modal.
| Component Name | Development Status |
|---|---|
| Pop Confirm | DONE |
You can find all examples for components developed in this module here.
Very basic Popconfirm component examples.
| Property Name | Type | Description |
|---|---|---|
| direction - 'top' | enum | Sets the direction of Popconfirm component. Can be one of 'top', 'right', 'bottom', 'left' |
| isShown - false | bool | Set true to show by default. |
| okButtonText - 'Ok' | string | Text of confirm button |
| cancelButtonText - 'Cancel' | string | Text of cancel button text |
| variant - 'secondary' | enum | Contextual color option. |