Skip to main content

LMChatChannelToggle

LMChatChannelToggle renders the toggle view for channel list. It will be rendered with the currentTheme passed as COMMUNITY_HYBRID_CHAT.

CSS Classnames

ClassnameDescription
lm-chat-channel-toggleContainer or element for lm chat channel toggle

Example

To customise the component with their classnames, Open your base css file and override the styles using the classname

.lm-chat-channel-toggle {
background-color: "red";
}

Reference

For reference checkout this file