Skip to main content

React UI Kit v7 — LLM docs index (Latest)

Stateful, drop-in React chat/calling UI. Package @cometchat/chat-uikit-react@7 + @cometchat/chat-sdk-javascript@4. This page is a React-v7-only routing index for AI agents — a scoped alternative to the site-wide /docs/llms.txt.

How to use this index

Each link points to the docs page; append .md to its URL to fetch the clean Markdown twin (verbatim code + an “AI Integration Quick Reference” block with prop names, types, and defaults). Pick the page for the intent, then read the props there.
  • Convention: any docs page URL + .md → raw Markdown.
  • Fallback: if a .md twin 404s, fetch the same URL without .md (HTML). Never read a package .d.ts and never answer props from memory.

Hot path — usually no fetch needed

For a plain “add chat” the install, init → login → render, provider, and the core drop-in props are stable; a well-built agent skill bakes them. Fetch below only for exhaustive props, long-tail components, theming tokens, or feature enablement.

Getting started / integration

Core & configuration

Theming

Components — conversations & lists

Components — messages

Components — message bubbles

Components — calling

Components — search, AI & notifications

Task guides (recipes)

Framework recipes (full-page layouts)

Migration & misc