LMAttachmentsSelector
LMAttachmentsSelector
renders attachment selection menu. The component handles the logic for hiding and showing menu based on chatroom and user types.
CSS Classnames
Classname | Description |
---|---|
lm-chat-input-attachment-label | Container or element for lm chat input attachment label |
title | Container or element for title |
attachment-selecter-wrapper | Container or element for attachment selecter wrapper |
lm-input-attachments-menu-sheet-wrapper | Container or element for lm input attachments menu sheet wrapper |
lm-input-attachments-menu-sheet | Container or element for lm input attachments menu sheet |
lm-cursor-pointer | Container or element for lm cursor pointer |
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