Month Pill

Compact month summary pill with today tile on the left, a dotted event indicator, and a plus button.

12May· Monday

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

Import & use
import { Calendar29 } from "@/components/beste/piece/calendar29";

<Calendar29
  month="May"
  today={12}
  weekday="Monday"
/>