Skip to main content

LMReactions

LMReactions is internally used under LMMessage to open a reaction selection menu, to attach reactions to message object.

CSS Classnames

ClassnameDescription
message-reactions-picker-wrapperMain wrapper for the reactions picker
lm-add-emojiAdd emoji button container

Example

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

.lm-add-emoji {
background-color: "red";
}

Reference

For reference checkout this file