Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.velt.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

VeltConfirmDialogWireframe

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

Title

<VeltWireframe>
    <VeltConfirmDialogWireframe.Title />
</VeltWireframe>

Message

<VeltWireframe>
    <VeltConfirmDialogWireframe.Message />
</VeltWireframe>

RejectButton

<VeltWireframe>
    <VeltConfirmDialogWireframe.RejectButton />
</VeltWireframe>

ApproveButton

<VeltWireframe>
    <VeltConfirmDialogWireframe.ApproveButton />
</VeltWireframe>

Styling

Disable ShadowDOM

ShadowDOM is not used in this component. You can apply your styling directly to the component.

Dark Mode

This component takes the dark mode property from the parent feature (eg: comments) where this used. If the parent feature component is in dark mode, this component will also be in dark mode.