<VeltWireframe>
    <VeltConfirmDialogWireframe>
        <VeltConfirmDialogWireframe.Title></VeltConfirmDialogWireframe.Title>
        <VeltConfirmDialogWireframe.Message></VeltConfirmDialogWireframe.Message>
        <VeltConfirmDialogWireframe.RejectButton></VeltConfirmDialogWireframe.RejectButton>
        <VeltConfirmDialogWireframe.ApproveButton></VeltConfirmDialogWireframe.ApproveButton>
    </VeltConfirmDialogWireframe>
</VeltWireframe>

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

Default Component

Here’s how the default confirmation dialog component looks like:

<VeltWireframe>
    <VeltConfirmDialogWireframe>
        <VeltConfirmDialogWireframe.Title></VeltConfirmDialogWireframe.Title>
        <VeltConfirmDialogWireframe.Message></VeltConfirmDialogWireframe.Message>
        <VeltConfirmDialogWireframe.RejectButton></VeltConfirmDialogWireframe.RejectButton>
        <VeltConfirmDialogWireframe.ApproveButton></VeltConfirmDialogWireframe.ApproveButton>
    </VeltConfirmDialogWireframe>
</VeltWireframe>