Date Picker

Below is a calendar component which is used to select dates

Date Picker

June 2026

Su

Mo

Tu

We

Th

Fr

Sa

Selected Date : 

0 / 0 / 0

Installation

$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/DatePicker.json

Props

PropTypeisCompulsoryDescription
selectedDate
(date: number) => void
true

Sets the selected date(day)

selectedMonth
(date: number) => void
true

Sets the selected month

selectedYear
(date: number) => void
true

Sets the selected year

Usage