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
Property | Type | Description | Optional |
---|---|---|---|
placeholderText | string | Placeholder text for the input area. | ✔️ |
CSS Classnames
Classname | Description |
---|---|
lm-chat-text-area lm-chat-text-area-wrapper | Container or element for lm chat text area lm chat text area wrapper |
taggingBox | Container or element for taggingBox |
taggingTile | Container or element for taggingTile |
tagUserName | Container or element for tagUserName |
lm-chat-text-area__input-box | Container 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