What problem does it solve?
Prevents integration bugs caused by inventing or misnaming CometChat React UI components by providing an authoritative, discoverable catalog of the CometChat React UI Kit v6 API.
Core Features & Use Cases
- Component name correctness: Identify the exact exported component names and verify they exist before writing any
<CometChat*> JSX.
- Prop and usage guidance: Learn required props, key behaviors (e.g., list scoping by user/group, threading via
parentMessageId), and recommended composition patterns.
- Safe SDK type usage: Avoid runtime errors by following correct import strategies for
CometChat.User, CometChat.Group, and related runtime classes.
- Integration patterns: Apply proven layouts such as multi-conversation (two-pane), single thread, full messenger tab flows, and search/threading rules.
Quick Start
Use the cometchat-components catalog to look up the correct component and props for your intended chat UI, then ask: Which CometChat v6 components and props should I use to build a two-pane chat with conversation list, message list, composer, and search integration?