Theme Switcher

Calendar

Preview

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

Single

May 2025

Popover

Range

May 2025

Range Multiple Months

May 2025
June 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.