Skip to main content

LMChatTextArea

LMChatTextArea refers to input text-field of LikeMinds Chat SDK. It is a standalone text-field which also has tagging enabled by default. It accepts the following props.

Props

PropertyTypeDescriptionOptional
placeholderTextstringPlaceholder text for the input area.✔️

CSS Classnames

ClassnameDescription
lm-chat-text-area lm-chat-text-area-wrapperContainer or element for lm chat text area lm chat text area wrapper
taggingBoxContainer or element for taggingBox
taggingTileContainer or element for taggingTile
tagUserNameContainer or element for tagUserName
lm-chat-text-area__input-boxContainer or element for lm chat text area__input box

Example

To customise the component with their classnames, Open your base css file and override the styles using the classname

.tagUserName {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file