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 | Main container for the AI chatbot error state |
| lm-chat-error-message-text | Text element for displaying error messages |
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