Locara
← All components AI affordances

FollowupRow

Perplexity/Claude post-answer follow-up suggestion row. Horizontal scroll of arrow-prefixed ghost chips.

Inspired by Perplexity follow-ups, Claude suggested next prompts.

Preview

What it looks like.

Suggested follow-ups after an LLM response — Perplexity / Claude pattern.

Topic:

Follow up

Live — the real component, scoped to this frame.

Usage

Drop it into your app.

import { FollowupRow } from '@locara/components'

<FollowupRow
  suggestions={[
    'What about the KV cache size?',
    'How does this differ on an M2 Pro?',
    'Show the Q4_K_M math',
  ]}
  onSelect={(s) => composer.fill(s)}
/>

Or copy the source into your repo: locara add followup-row