<VeltWireframe>
    <VeltCommentComposerWireframe>
        <VeltCommentDialogWireframe.Composer>
            ... Custom Composer Wirefame
        </VeltCommentDialogWireframe.Composer>
    </VeltCommentComposerWireframe>
</VeltWireframe>

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

This component is a thin wrapper around the Comment Dialog Composer component.

Default Component

Here’s how the default comment composer component looks like:

<VeltWireframe>
    <VeltCommentComposerWireframe>
        <VeltCommentDialogWireframe.Composer>
            ... Custom Composer Wirefame
        </VeltCommentDialogWireframe.Composer>
    </VeltCommentComposerWireframe>
</VeltWireframe>