Message Thread Panel
A sidebar-style message thread component with chat history and input field. Perfect for split-screen layouts where you want to show both your main content and a chat interface side-by-side. Can be positioned on either side of your layout.
Examples
Basic Usage
Tambo Conversations
Loading threads...
Installation
Component API
MessageThreadPanel
| Prop | Type | Default | Description |
|---|---|---|---|
| contextKey | string | - | Unique identifier for the conversation thread |
| className | string | - | Additional CSS classes, typically includes position (left/right) |
| style | CSSProperties | - | Inline styles for customizing width, height, etc. |