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 | Text area container wrapper |
taggingBox | Tag selection box |
taggingTile | Individual tag tile |
tagUserName | Username in tag |
lm-chat-text-area__input-box | Text 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