Component · Layout

PromptInputToolbar

Flex container for the bottom row of a PromptInput. Hosts tools on the left (PromptInputTools) and submit on the right. role='toolbar', wraps gracefully on narrow screens.

Basic usage

html
<prompt-input>
  <prompt-input-textarea />
  <prompt-input-toolbar>
    <prompt-input-tools>
      <!-- Buttons, ActionMenu, ModelSelect -->
    </prompt-input-tools>
    <prompt-input-submit />
  </prompt-input-toolbar>
</prompt-input>

Accessibility

  • role="toolbar" on the host
  • Layout: flex flex-wrap items-center gap-2
  • No props — pure presentational wrapper
MIT © Kalvnerv0.1.0 · pre-release