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-wrapperText area container wrapper
taggingBoxTag selection box
taggingTileIndividual tag tile
tagUserNameUsername in tag
lm-chat-text-area__input-boxText input container

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