Reply Thread

Quoted message block inside a bubble, with the replying author and the reply text beneath.

Replying to Ayşe
What time are we demoing tomorrow?
10 AM Istanbul, same Zoom link as last week.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Chat7 } from "@/components/beste/piece/chat7";

<Chat7
  replyAuthor="Ayşe"
  replyPreview="What time are we demoing tomorrow?"
  message="10 AM Istanbul, same Zoom link as last week."
  role="sent"
/>