Skip to content
Get Pro

Follow Up

Compact follow-up prompts that continue the conversation with one click.

Follow up

Installation

Add the component source directly to your project.

pnpm dlx shadcn@latest add https://pastaui.com/r/follow-up.json

API reference

Follow Up

Follow Up properties
PropTypeDefaultDescription
itemsFollowUpItem[]Prompts with an id, label, and optional disabled state.
titlestringFollow upThe heading above the prompts.
onSelect(item: FollowUpItem) => voidCalled with the selected prompt. Connect this to your chat submission handler.