Theme Switcher

Calendar

Preview

A date field component that allows users to enter and edit date.

Single

June 2025

Popover

Range

June 2025

Range Multiple Months

June 2025
July 2025

Hidden Days

May 2024

Disabled Days

May 2024
import { Calendar } from "@ngrok/mantle/calendar";

<Calendar
	mode="single"
	selected={date}
	onSelect={setDate}
/>

API Reference

The Calendar is built on top of React DayPicker.