Skip to main content

Where It Fits

CometChatMessageInformation is typically opened from the message context menu (“Message Information” option). It renders as a side panel showing the message preview and delivery/read receipt details.
Live Preview — interact with the message information panel.Open in Storybook ↗
For 1-on-1 chats, it shows simple Read and Delivered timestamps. For group chats, it shows a scrollable list of users with their individual read and delivered timestamps. It offers two usage modes:
  • Flat API — pass convenience props directly to <CometChatMessageInformation /> for quick customization
  • Compound API — use <CometChatMessageInformation.Root> with sub-components for full layout control

Flat API (Simple)

Flat API Convenience Props

When using <CometChatMessageInformation /> directly (without .Root), these additional props are available:

Compound API (Advanced)

Minimal Render

Root CSS class: .cometchat-message-information

Sub-Components

CometChatMessageInformation is a compound component with these sub-components:

Custom Layout

Compose only the sub-components you need:

Props

Root

Keyboard Accessibility

CSS Variables