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-wrapperContainer or element for message reactions picker wrapper
lm-add-emojiContainer or element for lm add emoji

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