Skip to main content

LMChatbotAiBotInputAttachmentSelector

LMChatbotAiBotInputAttachmentSelector renders the attachment selection menu for the LikeMinds AI-Chatbot. It is the same as LMAttachmentsSelector component but specifically for LikeMinds AI-Chatbot.

CSS Classnames

ClassnameDescription
lm-chat-input-attachment-labelContainer or element for lm chat input attachment label
titleContainer or element for title
lm-input-attachments-menu-sheet-wrapperContainer or element for lm input attachments menu sheet wrapper
lm-input-attachments-menu-sheetContainer or element for lm input attachments menu sheet
lm-chat-ai-bot-input-attachment-selecter-wrapperContainer or element for lm chat ai bot input attachment selecter wrapper
lm-cursor-pointerContainer 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