📄️ ScrollContainer
ScrollContainer is the HOC for implementing scroll operations in LikeMinds Chat SDK. It supports the operation on both the scroll direction and is one of the key components on which the SDK rely on. It accepts the following set of props.
📄️ LMAIBotScreen
LMAIBotScreen is a wrapper component to render the chatroom of the AI Chatbot.
📄️ LMAIChatbot
LMAIChatbot set's up LikeMinds AI Chatbot. It is the entry level component for AI-Chatbot. It accepts the following props.
📄️ LMAIChatbotErrorScreen
LMAIChatbotErrorScreen renders error state for LikeMinds AI-Chatbot. It accepts the following props.
📄️ LMAIChatbotInput
LMAIChatbotInput is responsible for rendering the input-field for LikeMinds AI-Chatbot.
📄️ LMAIChatbotLoaderScreen
LMAIChatbotLoaderScreen renders the loading state of LikeMinds AI-Chatbot. It covers user-authentication and chatroom loading stage, post which it will be replaced by Chatroom Screen. It accepts the following props.
📄️ LMChatAIButton
LMChatAIButton renders the button for LikeMinds AI-Chatbot. This is a standalone component and accepts the following set of props.
📄️ LMChatAiChatbotHeader
LMChatAiChatbotHeader renders the header component of LikeMinds AI-Chatbot. It accepts the following props.
📄️ LMChatbotAiBotInputAttachmentSelector
LMChatbotAiBotInputAttachmentSelector renders the attachment selection menu for the LikeMinds AI-Chatbot. It is the same as LMAttachmentsSelector component but specifically for LikeMinds AI-Chatbot.
📄️ LMChannel
LMChannel renders the chatroom view of the LikeMinds Chat SDK. It is responsible for rendering the channel list and the chatroom screen. It accepts an optional prop currentChatroomId, providing which will open the chatroom with the provided chatroomId.
📄️ LMChatroom
LMChatroom is a HOC which renders the chatroom. It accepts a prop currentChatroomId, which is internally used to render that chatroom.
📄️ LMChannelList
LMChannelList renders the channel list view. It renders the channels based on the currentTheme prop. It accepts the following props.
📄️ LMChatAllMembersScreen
LMChatAllMembersScreen renders the participant list of the current chatroom. It accepts the following set of props.
📄️ LMChatChannelToggle
LMChatChannelToggle renders the toggle view for channel list. It will be rendered with the currentTheme passed as COMMUNITYHYBRIDCHAT.
📄️ LMDMChatChannels
LMDMChatChannels renders the DM Channel List. It is internally used under LMChannelList and will be used if currentTheme is passed as NETWORKING_CHAT. It accepts an optional prop currentChatroomId which maps for currently opned chatroom.
📄️ LMGroupChatChannelList
LMGroupChatChannelList renders the group-chat channel list for LikeMinds Chat SDK. It is rendered when currentTheme is passed as COMMUNITY_CHAT, and is internally used under LMChannelList.
📄️ 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.
📄️ LMClientOverlayProvider
LMClientOverlayProvider is the base component for LikeMinds Chat SDK. It sits at the top of component hierarchy tree and host all the internal components of SDK.
📄️ LMHeader
LMHeader renders a header component of the currently opened chatroom. It is internally used under LMChatroom and displays details of current chatroom and chatroom menu options. It accepts the following props.
📄️ LMAttachmentsSelector
LMAttachmentsSelector renders attachment selection menu. The component handles the logic for hiding and showing menu based on chatroom and user types.
📄️ LMCarousel
LMCarousel renders the carousel component for rendering media component in LikeMinds Chat.
📄️ LMChatTextArea
LMChatTextArea refers to input text-field of LikeMinds Chat SDK. It is a standalone text-field which also has tagging enabled by default. It accepts the following props.
📄️ LMEmojis
LMEmojis renders the emoji selector UI for LikeMinds Chat SDK. It is internally used under LMInput for inserting emoji in text field.
📄️ LMGifSelector
LMGifSelector renders the Giphy selection screen for LikeMinds Chat SDK. It is internally used under LMInput to select a GIF attachment.
📄️ LMGiphySearch
LMGiphySearch renders the search menu for searching the GIFS. It is used under LMInput to search for the GIF attachments.
📄️ LMInput
LMInput renders the input section for the currently opened chatroom. It contains logic for sending message and attachments.
📄️ LMMessageEditCollapse
LMMessageEditCollapse renders the collapsable element for the message to be edited. It is internally used under LMInput.
📄️ LMMessageReplyCollapse
LMMessageReplyCollapse renders UI for collapseable reply UI. It is internally used under LMInput.
📄️ LMPollCreationDialog
LMPollCreationDialog renders the poll-creation dialog UI. It is internally used under LMInput to create poll type conversations. It accepts a prop closeDialog call which will close the poll-creation dialog.
📄️ LMReactGiffySearchComponent
LMReactGiffySearchComponent renders the search UI for GIFS. It is internally used under LMInput.
📄️ LMMessage
LMMessage renders the message UI. It internally segregates the UI depending of the conversation state.
📄️ LMMessageOptions
LMMessageOptions renders the message options UI. It is internally used under LMMessage to render the message options.
📄️ LMMessageReactionHolder
LMMessageReactionHolder renders the reactions for each of the message UI. It is internally used under LMMessage to display the reactions given to the messages.
📄️ LMMessageSkeleton
LMMessageSkeleton renders the transit state of response in LikeMinds AI-Chatbot. It is internally used under LMAIChatbot.
📄️ LMMessageVoiceNote
LMMessageVoiceNote is used internally under LMMessage to render the voice-note type conversation object.
📄️ LMMicroPoll
LMMicroPoll is used internally under LMMessage to render poll-type conversation object.
📄️ LMReactions
LMReactions is internally used under LMMessage to open a reaction selection menu, to attach reactions to message object.
📄️ LMReportTagComponent
LMReportTagComponent renders the UI for reporting options, for reporting a message.
📄️ LMReportTags
LMReportTags renders an indivial ReportTag object inside LMReportTagComponent.
📄️ LMMessageList
LMMessageList renders the message-list. It renders multiple LMMessage UI each mapped to its correcponding conversation object.
📄️ LMMessageMiddleware
LMMessageMiddleware hosts the LMMessage UI. It is responsible for performing all the local handling related tasks to optimize multiple re-renders of message-list.
📄️ LMParticipantList
LMChatAllMembersScreen renders the participant list of the current chatroom. It accepts the following set of props.
📄️ LMChatroomSearch
LMChatroomSearch renders the chatroom search UI for LikeMinds Chat SDK. It is a standalone component which handles search and listing of the chatroom. It accepts a prop onCloseSearch calling which will close the chatroom search UI.
📄️ LMConversationSearch
LMConversationSearch renders the conversation search for the current chatroom. Similar to LMChatroomSearch, it also accepts a prop onCloseSearch calling which will hide the UI.