Attachments
Preview

Shared attachment display components for chat prompts and messages.

Overview

Attachments renders file and source-document references without owning upload, persistence, or message state. Use it anywhere chat UI needs a consistent attachment preview.

Usage

import {
  Attachment,
  AttachmentInfo,
  AttachmentPreview,
  AttachmentRemove,
  Attachments,
} from "@tilt-legal/cubitt-components/chat-elements";

Examples

Default

Inline

List

On this page