Event invite bubble with title, date, time, attendee count, and Join / Maybe actions.
The import and the props worth knowing about, in one place.
import { Chat12 } from "@/components/beste/piece/chat12";
<Chat12
title="Q2 Planning Kickoff"
date="Mon, Apr 28"
time="10:00 – 11:30"
attendees={6}
role="received"
/>Chat bubble with a question and voting options. Each row fills proportionally to its vote count.
Chat bubble with an avatar and timestamp. Role flips alignment and color.
Inbox row with avatar, name, message preview, timestamp, and a primary unread count chip.
Standard chat bubble with a subtle italic edited caption beneath.