Event invite bubble with title, date, time, attendee count, and Join / Maybe actions.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>