Skip to main content

LMAIChatbotErrorScreen

LMAIChatbotErrorScreen renders error state for LikeMinds AI-Chatbot. It accepts the following props.

Props

PropertyTypeDescriptionOptional
errorMessagestringThe error message to display.✔️

CSS Classnames

ClassnameDescription
lm-chat-ai-bot-container lm-ai-chatbot-error-stateContainer or element for lm chat ai bot container lm ai chatbot error state
lm-chat-error-message-textContainer 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