Skip to main content

LMChatAllMembersScreen

LMChatAllMembersScreen renders the participant list of the current chatroom. It accepts the following set of props.

Props

PropertyTypeDescriptionOptional
showListnumberDetermines which list of members to show.✔️
closeNewDMScreen() => voidFunction to close the new DM screen.

CSS Classnames

ClassnameDescription
lm-chat-new-chatContainer 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