TypingIndicator

The TypingIndicator component is a subcomponent that is part of all preset themes. It is rendered by the MessageBody in a placeholder message that shows up while someone is typing.

Props

This components accepts no props. You can edit the invocation of the TypingIndicator inside MessageBody to pass in props if you want.

Available system components

In our preset themes, the TypingIndicator subcomponent is rendered inside the MessageBody component, which in turn gets rendered by UserMessage. So the system components available in UserMessage are also available to TypingIndicator.

The typing indicator is never shown inside system messages.