Skip to content
Forms

PromptBar

A rich chat input bar with auto-growing textarea, source picker (@), slash-command palette (/), model selector, dictation toggle, and submit button.

Preview:
1280px

Props

PropTypeDefaultDescription
placeholderstring'Ask anything...'Textarea placeholder text.
sourcesSourceItem[][]Items shown in the @ source picker.
commandsCommandItem[][]Items shown in the / command palette.
modelsModelOption[][]Models available in the model switcher.
onSubmit(value: string, files?: File[]) => void-Fired on submit with the typed message and any attachments.
enableDictationbooleanfalseShow the dictation microphone button.