Skip to main content

Command Palette

Search for a command to run...

Calendar

Preview

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

Single

December 2025

Popover

Range

December 2025

Range Multiple Months

December 2025
January 2026

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.