Stable
Confirm
<Confirm cancelText="Cancel" confirmText="Delete" description="Are you sure you want to delete?" icon="trash" intent="danger" isOpen={IS_OPEN} onCancel={ON_TOGGLE_OPEN} onConfirm={ON_TOGGLE_OPEN} title="Confirm Deletion"/>
Name | Type | Description | Required |
cancelText | string | - | Yes |
confirmText | string | - | Yes |
description | string | - | |
icon | HeliosIconType | - | |
intent | HeliosIntentionType | - | Yes |
isOpen | boolean | - | Yes |
onCancel | (_?: unknown) => Promise<void> | void | - | Yes |
onConfirm | (_?: unknown) => Promise<void> | void | - | Yes |
title | string | - | Yes |