react-chat-ui

BubbleGroup

A BubbleGroup renders a group of ChatBubble’s and can show the senders name atop the group.

Props

Usage

<BubbleGroup
  messages={messageGroup}
  id={message.id}
  showSenderName={showSenderName}
  chatBubble={MyChatBubble}
/>