This page indexes focused, task‑oriented feature guides for the React UI Kit. Each guide shows how to implement a specific capability end‑to‑end using UI components.

When to Use These Guides

Use these guides after completing the base Getting Started (or framework variant: Next.js, React Router). They help you layer additional UX without rewriting core chat flows.

Guide Directory

GuideDescription
Block / Unblock UserLet users block or unblock others in 1:1 chats; hides composer and shows an unblock prompt while preventing message exchange.
Call Log DetailsDetailed call insights screen: metadata, participants, join/leave history, and recordings.
Group ManagementCreate/join groups, view members, add / ban users, change roles/scopes, transfer ownership.
Message PrivatelyLaunch a direct 1:1 chat from a user profile or list; optionally send a first message to surface conversation.
New ChatUnified entry for starting new 1:1 or group chats with user & group discovery.
Threaded MessagesThreaded replies: open parent context, list replies, compose within focused thread.
Search MessagesAdd full‑text message search across conversations with result routing into context.
Custom Text FormatterExtend the base formatter to implement custom inline patterns (hashtags, keywords) with regex + callbacks.
Mentions FormatterAdd @mentions with styled tokens, suggestion list, and click handling for users & members.
URL FormatterDetect and style plain URLs; render them as clickable links with optional tracking logic.
Shortcut FormatterProvide !shortcut style expansions invoking extension APIs or dialogs before inserting content.
Need another guide? Open a request via our Developer Community or Support.