LMAIChatbotErrorScreen
LMAIChatbotErrorScreen
renders error state for LikeMinds AI-Chatbot. It accepts the following props.
Props
Property | Type | Description | Optional |
---|---|---|---|
errorMessage | string | The error message to display. | ✔️ |
CSS Classnames
Classname | Description |
---|---|
lm-chat-ai-bot-container lm-ai-chatbot-error-state | Container or element for lm chat ai bot container lm ai chatbot error state |
lm-chat-error-message-text | Container or element for lm chat error message text |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-chat-error-message-text {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file