MessageContentTrailingView

MessageContentTrailingView renders an optional prop-less slot to the right of the main message content body in MessageContent.

If you do not provide an override, nothing is rendered for this position. MessageContent only creates the horizontal wrapper for leading/trailing content when at least one of MessageContentLeadingView or MessageContentTrailingView is provided.

Props

This component does not receive props.

If you need message state such as alignment, message, or isMyMessage, read it with useMessageContext().