Calendar

A calendar component that allows picking of a single date or a range of dates.

November 2024

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Was this example helpful?

Usage#


Code
import { Calendar } from "@medusajs/ui"
Code
<Calendar />

API Reference#


PropTypeDefault
value
Date
|null
-
defaultValue
Date
|null
-
onChange
function
-
isDateUnavailable
function
-
minValue
Date
-
maxValue
Date
-
Was this page helpful?