LMAIChatbotInput
LMAIChatbotInput
is responsible for rendering the input-field for LikeMinds AI-Chatbot.
CSS Classnames
Classname | Description |
---|---|
disabled-state | Container or element for disabled state |
lm-channel-icon send lm-cursor-pointer | Container or element for lm channel icon send lm cursor pointer |
lm-post-conversation | Container or element for lm post conversation |
lm-channel-icon lm-cursor-pointer | Container or element for lm channel icon lm cursor pointer |
lm-channel-footer-wrapper | Container or element for lm channel footer wrapper |
lm-channel-footer | Container or element for lm channel footer |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-post-conversation {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file