Skip to main content

LMMessageSkeleton

LMMessageSkeleton renders the transit state of response in LikeMinds AI-Chatbot. It is internally used under LMAIChatbot.

CSS Classnames

ClassnameDescription
lmUserDataUser profile data container
lm-chat-message-reactions-holder-plateContainer for message reactions

Example

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

.lm-chat-message-reactions-holder-plate {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file