<AfterMessages>

The <AfterMessages> component is rendered inside the message list container, after the last message. In the default theme, it displays typing indicators when there are other users typing in the chat.

interface AfterMessagesProps

Properties

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

Example

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

AfterMessages.js
1// loading...