Skip to content

Instantly share code, notes, and snippets.

@Mr-Vipi
Mr-Vipi / calendar.tsx
Last active January 17, 2026 21:16
My custom shadcn calendar to include selection of month and year with react-day-picker-v.9
"use client"
import * as React from "react"
import {
ChevronDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
} from "lucide-react"
import {
ChevronProps,