<VeltWireframe>
    <VeltCommentBubbleWireframe>
        <VeltCommentBubbleWireframe.CommentsCount />
        <VeltCommentBubbleWireframe.Avatar />
    </VeltCommentBubbleWireframe>
</VeltWireframe>

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

Default Component

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

<VeltWireframe>
    <VeltCommentBubbleWireframe>
        <VeltCommentBubbleWireframe.CommentsCount />
        <VeltCommentBubbleWireframe.Avatar />
    </VeltCommentBubbleWireframe>
</VeltWireframe>