CometChatMentionsFormatter
class is a part of the CometChat UI Kit, a ready-to-use chat UI component library for integrating CometChat into your React applications. This class provides functionality to format mentions within text messages displayed in the chat interface. Mentions allow users to reference other users within a conversation, providing a convenient way to direct messages or involve specific participants.
CometChatMentionsFormatter
class into your application:
CometChatMentionsFormatter
class and configure it with desired settings, such as mention text styles and limit settings.getFormattedText
method.
formattedMessage
now contains HTML with styled mentions, ready to be inserted into your message component for display.
CometChatMentionsFormatter
class in components such as CometChatConversations, CometChatMessageList, CometChatMessageComposer.