Skip to main content
Version: v4

Text Bubble

CometChatTextBubble is the content view shown for TextMessage.

Properties

NameTypeDescription
textstringText to be displayed
textStyleTextBubbleStyleStyling properties and values of the Text bubble element

TextBubbleStyle

NameDescription
textFontSets all the different properties of font for the text. Reference link
textColorSets the foreground color of the text.

Usage

<!--use the element-->
<cometchat-text-bubble
[text]="'Hey, there!!'"
></cometchat-text-bubble>