RSVP Row

Invitation card with three emerald/amber/rose response buttons and a footer tallying current responses.

Team offsite · BodrumMay 12 – 15
28 going4 maybe

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

Import & use
import { Event2 } from "@/components/beste/piece/event2";

<Event2
  event="Team offsite · Bodrum"
  when="May 12 – 15"
  response="going"
  going={28}
  maybe={4}
  goingLabel="Going"
  maybeLabel="Maybe"
  noLabel="No"
  goingSuffix="going"
  maybeSuffix="maybe"
/>