Meeting Invite

Event invite bubble with title, date, time, attendee count, and Join / Maybe actions.

Q2 Planning Kickoff
Mon, Apr 28
10:00 – 11:30
6 going

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

Import & use
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"
/>