Skip to main content

LMAIChatbotInput

LMAIChatbotInput is responsible for rendering the input-field for LikeMinds AI-Chatbot.

CSS Classnames

ClassnameDescription
disabled-stateContainer or element for disabled state
lm-channel-icon send lm-cursor-pointerContainer or element for lm channel icon send lm cursor pointer
lm-post-conversationContainer or element for lm post conversation
lm-channel-icon lm-cursor-pointerContainer or element for lm channel icon lm cursor pointer
lm-channel-footer-wrapperContainer or element for lm channel footer wrapper
lm-channel-footerContainer 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