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

January 2026

Popover

Range

January 2026

Range Multiple Months

January 2026
February 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.