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.jsonAPI reference
Follow Up
| Prop | Type | Default | Description |
|---|---|---|---|
items | FollowUpItem[] | — | Prompts with an id, label, and optional disabled state. |
title | string | Follow up | The heading above the prompts. |
onSelect | (item: FollowUpItem) => void | — | Called with the selected prompt. Connect this to your chat submission handler. |