<MessageListFooter>

The <MessageListFooter> component is displayed at the bottom of the message list. It can have typing indicators when there are other users typing in the chat.

interface MessageListFooterProps

Properties

A collection of objects which are passed to all Chatbox theme components.

Example

In the default theme, the <MessageListFooter> component is implemented as follows:

MessageListFooter.js
1// loading...