Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 602 Bytes

File metadata and controls

10 lines (8 loc) · 602 Bytes

Unreleased

Initial release.

Features

  1. Messages - A list of ChatMessage objects that will be displayed in the chat interface as either incoming or outgoing messages, depending on the current user.
  2. Composer - The primary text editor where the user can compose new chat messages.
  3. Action button - This represents the send button, which invokes a callback with the text entered in the default composer.
  4. Placeholder - This allows you to specify a custom widget to display when there are no messages in the chat.
  5. Bubble - This holds each message's header, content, footer, and avatar.