Compact month summary pill with today tile on the left, a dotted event indicator, and a plus button.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Calendar29 } from "@/components/beste/piece/calendar29";
<Calendar29
month="May"
today={12}
weekday="Monday"
/>