Conversation
Container for the message list. Sets up ARIA role for accessibility.ConversationContent
Scrollable content area with auto-scroll behavior.ConversationEmptyState
Display when no messages exist:Props
| Prop | Type | Description |
|---|---|---|
title | string | Main heading text |
description | string | Subheading text |
icon | ReactNode | Icon to display |
ConversationScrollButton
Button to scroll to the bottom of the conversation:Message
Wrapper for individual messages:Props
| Prop | Type | Description |
|---|---|---|
message | Message | The message object |
children | ReactNode | Content to render |