<VeltWireframe>
    <VeltInlineCommentsSectionWireframe>
        <VeltInlineCommentsSectionWireframe.Skeleton />
        <VeltInlineCommentsSectionWireframe.Panel>
            <VeltInlineCommentsSectionWireframe.ComposerContainer />
            <VeltInlineCommentsSectionWireframe.CommentCount />
            <VeltInlineCommentsSectionWireframe.List />
        </VeltInlineCommentsSectionWireframe.Panel>
    </VeltInlineCommentsSectionWireframe>
</VeltWireframe>

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

Default Component

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

<VeltWireframe>
    <VeltInlineCommentsSectionWireframe>
        <VeltInlineCommentsSectionWireframe.Skeleton />
        <VeltInlineCommentsSectionWireframe.Panel>
            <VeltInlineCommentsSectionWireframe.ComposerContainer />
            <VeltInlineCommentsSectionWireframe.CommentCount />
            <VeltInlineCommentsSectionWireframe.List />
        </VeltInlineCommentsSectionWireframe.Panel>
    </VeltInlineCommentsSectionWireframe>
</VeltWireframe>