NeumorUINeumorUI
📖📦
AI Chat

ChatInput

Auto-expanding chat input with send button, attachment support, Enter to send, and character count.

tsx
1import { ChatInput } from "neumorui";

Example

value
placeholder
disabled
loading
maxLength
showAttachment
maxRows
autoFocus

Props

PropTypeDefault
valuestring-
onChange(value: string) => void-
onSend(message: string) => void-
onAttach(files: FileList) => void-
placeholderstring"Type a message..."
disabledbooleanfalse
loadingbooleanfalse
maxLengthnumber-
showAttachmentbooleanfalse
maxRowsnumber6
autoFocusbooleanfalse