Calendar Reminder

Upcoming-meeting card with a starts-soon pill, video location, and attendee count.

Weekly product syncToday, 14:00 – 14:30
in 10 min
Google Meet6

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

Import & use
import { Notification12 } from "@/components/beste/piece/notification12";

<Notification12
  title="Weekly product sync"
  time="Today, 14:00 – 14:30"
  location="Google Meet"
  attendees={6}
  startsIn="in 10 min"
/>