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 | Attachment label styling |
| title | Title text styling |
| attachment-selecter-wrapper | Attachment selector container |
| lm-input-attachments-menu-sheet-wrapper | Menu sheet wrapper container |
| lm-input-attachments-menu-sheet | Menu sheet styling |
| lm-cursor-pointer | Clickable 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