Skip to content
roguelite labsAnthony Spezzano ↗
Prompt/PromptInput

PromptInput

Auto-resizing textarea with send button and keyboard shortcut hints. Submits on Enter, newline on Shift+Enter.

Use and inspectUse this as a presentational interface around your own submit, stream, or state handlers. Reset preview only remounts the local example; it does not send a request or connect to a model.Next: inspect the source and wire its callback to a bounded backend action.
PromptInputAuto-resizing textarea with send button and keyboard shortcut hints. Submits on Enter, newline on Shift+Enter.
PropTypeDefaultDescription
placeholderstring"Message..."Textarea placeholder text
onSubmit(value: string) => voidCalled when the user submits a message
maxRowsnumber6Maximum rows before scrolling