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 | Container or element for channel icon |
channel-desc | Container or element for channel desc |
channel-title | Container or element for channel title |
time | Container or element for time |
channel-info | Container or element for channel info |
channel-last-conversation | Container or element for channel last conversation |
channel-unseen-convo-count | Container or element for channel unseen convo count |
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