Command Palette

Search for a command to run...

Docs
Range Calendar

Range Calendar

React calendar component — a compact calendar grid for date range selection — continuous capsule highlight wraps across rows, hover preview during selection.

Installation

Props

PropTypeDefaultDescription
valueDateRange | null-Controlled range value (use with onChange)
defaultValueDateRange | nullnullInitial range for uncontrolled mode
soundbooleantrueEnable soft tick on selection and navigation
onChange(range: DateRange | null) => void-Callback fired when range changes