Skip to content

Components Overview

These pages describe the main building blocks exported by react-actions-chat.

Public Components

  • Chat: composition root for the chat UI
  • MessageList: transcript renderer for structured message parts
  • Message: bubble renderer for one normalized message
  • InputBar: shared input component used by the chat and input-request flows

Action Helpers