Seen Receipt

Timestamp pill with double-check icon that colors sky when the message is read.

09:42Read

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

Import & use
import { Chat10 } from "@/components/beste/piece/chat10";

<Chat10
  time="09:42"
  status="read"
  sentLabel="Sent"
  deliveredLabel="Delivered"
  readLabel="Read"
/>