LMReactions
LMReactions
is internally used under LMMessage
to open a reaction selection menu, to attach reactions to message object.
CSS Classnames
Classname | Description |
---|---|
message-reactions-picker-wrapper | Container or element for message reactions picker wrapper |
lm-add-emoji | Container 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