Skip to main content

LMMessageReactionHolder

LMMessageReactionHolder renders the reactions for each of the message UI. It is internally used under LMMessage to display the reactions given to the messages.

CSS Classnames

ClassnameDescription
lm-chat-message-reactions-holderReactions container
reactions-dialogReactions popup dialog
message-reactions-members-listList of reaction users
reactionHeaderReactions header
close-iconClose button
reactions-selection-tabsReaction type tabs
reaction-users-listUsers who reacted list
reactionUserIndividual reaction user
userImgUser avatar
userNameUser name display
nameName label
remove-emoji-textRemove reaction text
lm-chat-message-reactionMessage reaction button
reaction-conReaction counter
reaction-countNumber of reactions

Example

To customise the component with their classnames, Open your base css file and override the styles using the classname

.userName {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file