Skip to content

Instantly share code, notes, and snippets.

View tawhidurrahman's full-sized avatar

Tawhidur Rahman tawhidurrahman

  • 22:05 (UTC +06:00)
View GitHub Profile
@tawhidurrahman
tawhidurrahman / calendar.tsx
Created March 4, 2025 08:14 — forked from Mr-Vipi/calendar.tsx
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";