<VeltWireframe>
    <VeltCommentBubbleWireframe>
        <div>
            Custom HTML
        </div>
        <VeltCommentBubbleWireframe.Avatar />
        <VeltCommentBubbleWireframe.CommentsCount />
    </VeltCommentBubbleWireframe>
</VeltWireframe>

Adding Custom HTML

You can add additional HTML into the component by inserting HTML into the wireframe.

In this example, we add some custom HTML into the component:

<VeltWireframe>
    <VeltCommentBubbleWireframe>
        <div>
            Custom HTML
        </div>
        <VeltCommentBubbleWireframe.Avatar />
        <VeltCommentBubbleWireframe.CommentsCount />
    </VeltCommentBubbleWireframe>
</VeltWireframe>