Skip to main content

LMMessageEditCollapse

LMMessageEditCollapse renders the collapsable element for the message to be edited. It is internally used under LMInput.

CSS Classnames

ClassnameDescription
lm-input-message-replyReply container
lm-input-message-reply-message-wrapperReply message wrapper
lm-input-message-usernameUsername text styling
lm-input-message-textReply text styling
lm-input-message-reply-closeClose button styling

Example

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

.lm-input-message-text {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file