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
Classname | Description |
---|---|
lm-chat-input-attachment-label | Container or element for lm chat input attachment label |
title | Container or element for title |
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-chat-ai-bot-input-attachment-selecter-wrapper | Container or element for lm chat ai bot input attachment selecter wrapper |
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