Input
Composer area: rich-text input (Tiptap), send / stop / file-attach actions, and @mention / /command suggestion popups.
Imports
import {
ChatInput,
RichTextInput,
MentionList,
type ChatInputRef,
type RichTextInputRef,
type SuggestionConfig,
type SuggestionItem,
type MentionItem,
type SlashCommandItem
} from 'reachat';
ChatInput
Main composer used inside <Chat>. Wraps RichTextInput and adds: file attachment (FileInput), send button, stop bu
[Description truncada. Veja o README completo no GitHub.]