Skip to main content

VeltCommentBubbleAvatar

Avatar component for the comment bubble.
import { VeltCommentBubbleAvatar } from '@veltdev/react';

<VeltCommentBubbleAvatar />

VeltCommentBubbleCommentsCount

Comments count display for the comment bubble.
import { VeltCommentBubbleCommentsCount } from '@veltdev/react';

<VeltCommentBubbleCommentsCount />

VeltCommentBubbleUnreadIcon

Unread indicator icon for the comment bubble.
import { VeltCommentBubbleUnreadIcon } from '@veltdev/react';

<VeltCommentBubbleUnreadIcon defaultCondition={true} />