Skip to content

Instantly share code, notes, and snippets.

@Mr-Vipi
Mr-Vipi / calendar.tsx
Last active April 24, 2025 04:45
My custom shadcn calendar to include selection of month and year with react-day-picker-v.9
"use client";
import { ChevronLeft, ChevronRight } from "lucide-react";
import * as React from "react";
import {
Chevron as ChevronDayPicker,
DayPicker,
Dropdown as DropDownDayPicker,
} from "react-day-picker";