LMEmojis
LMEmojis
renders the emoji selector UI for LikeMinds Chat SDK. It is internally used under LMInput
for inserting emoji
in text field.
CSS Classnames
Classname | Description |
---|---|
emoji-wrapper | Container or element for emoji wrapper |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.emoji-wrapper {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file