Skip to Content
APIComponentsChatInput

ChatInput

Standalone input component for chat interfaces.

interface ChatInputProps { input: string; onInputChange: (e: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void; onSubmit: (e?: FormEvent) => void; isLoading?: boolean; placeholder?: string; className?: string; }
Last updated on