- Get Started
- Product
- Resources
- Tools & SDKs
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Reference
Calendar
A calendar component that allows picking of a single date or a range of dates.
Was this example helpful?
Usage#
API Reference#
This component is based on the react-date-picker package.
Prop | Type | Default |
---|---|---|
mode | "single" | "range" | "single" |
showOutsideDays | boolean | true |
locale | Locale | - |
Was this page helpful?
Examples#
Single Date#
Was this example helpful?
Range#
Was this example helpful?
Changing Locale#
Changing the locale requires installing the date-fns library.