LMJoinedDMChannelTile
LMJoinedDMChannelTile renders a joined DM Chatroom-tile UI. It is internaly used under LMDMChannelList. It accepts an optional prop chatroom which maps to currently selectedChatroom.
Props
| Property | Type | Description | Optional |
|---|---|---|---|
chatroom | Chatroom | The DM chatroom details. |
CSS Classnames
| Classname | Description |
|---|---|
| channel-icon | Channel icon styling |
| channel-desc | Channel description text |
| channel-title | Channel title text |
| time | Timestamp display |
| channel-info | Channel info container |
| channel-last-conversation | Last message preview |
| channel-unseen-convo-count | Unread message counter |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.channel-title {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file