Skip to main content

LMAttachmentsSelector

LMAttachmentsSelector renders attachment selection menu. The component handles the logic for hiding and showing menu based on chatroom and user types.

CSS Classnames

ClassnameDescription
lm-chat-input-attachment-labelAttachment label styling
titleTitle text styling
attachment-selecter-wrapperAttachment selector container
lm-input-attachments-menu-sheet-wrapperMenu sheet wrapper container
lm-input-attachments-menu-sheetMenu sheet styling
lm-cursor-pointerClickable element styling

Example

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

.title {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file