LMChatAllMembersScreen
LMChatAllMembersScreen
renders the participant list of the current chatroom. It accepts the following set of props.
Props
Property | Type | Description | Optional |
---|---|---|---|
showList | number | Determines which list of members to show. | ✔️ |
closeNewDMScreen | () => void | Function to close the new DM screen. |
CSS Classnames
Classname | Description |
---|---|
lm-chat-new-chat | Container or element for lm chat new chat |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-chat-new-chat {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file