Conversation
Preview

Scroll-aware chat conversation container with content, empty state, and scroll-to-bottom UI.

Overview

Conversation wraps the message feed area. It handles scroll positioning through use-stick-to-bottom, but it does not own messages or rendering.

Usage

import {
  Conversation,
  ConversationContent,
  ConversationDownload,
  ConversationEmptyState,
  ConversationScrollButton,
  Message,
  MessageContent,
  MessageResponse,
  messagesToMarkdown,
} from "@tilt-legal/cubitt-components/chat-elements";

Examples

Default

Download

Empty

On this page