LMChatAiChatbotHeader
LMChatAiChatbotHeader
renders the header component of LikeMinds AI-Chatbot. It accepts the following props.
Props
Property | Type | Description | Optional |
---|---|---|---|
closeAIChatbot | () => void | Function to close the AI chatbot. | ✔️ |
isClearChatOptionEnabled | boolean | Whether the clear chat option is enabled. |
CSS Classnames
Classname | Description |
---|---|
lm-channel-header | Container or element for lm channel header |
lm-header-left | Container or element for lm header left |
lm-channel-img | Container or element for lm channel img |
lm-channel-desc | Container or element for lm channel desc |
lm-channel-title | Container or element for lm channel title |
refresh-ai-bot icon | Container or element for refresh ai bot icon |
close-ai-chatbot | Container or element for close ai chatbot |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-channel-title {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file