Skip to content

Instantly share code, notes, and snippets.

View TheOneAbove0's full-sized avatar

Manish Thapaliya TheOneAbove0

  • Bhawani-info
View GitHub Profile
@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,