components

Calendar

Display and select dates with interactive calendar + Select dates from a calendar

Source CodeReact DayPickerReact DayPicker
March 2026

Installation

pnpm dlx radianui@latest add calendar

Usage

Imports

/components/ui/calendar.tsx
import { Calendar } from "@/components/ui/calendar"

Code

/components/ui/calendar.tsx
<Calendar mode="range" />

Examples

With Quickview Presets

SELECT DATE

TodayLast 7 DaysLast 30 DaysLast 3 MonthsLast 6 MonthsLast 12 MonthsCustom
March 2026

With Time Picker

March 2026

SELECT TIME

Double Calendar

March 2026
April 2026
March 2026

Year and Month Selector

March 2026

Manual Time Input

March 2026

Scrollable Time & Availability status

March 2026

Mar 27, Fri


The Calendar is built on top of react-day-picker. For more details, refer to the official documentation.

Props

<Calendar>
NameDefaultValues
External Reference--