We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d471f commit ed1aa27Copy full SHA for ed1aa27
src/components/experimental/Calendar/Calendar.tsx
@@ -18,7 +18,7 @@ export type Range = RdpRange;
18
type DateFnsFormatOptions = Parameters<typeof format>[2];
19
20
type BaseProps = Omit<React.ComponentProps<typeof DayPicker>, 'mode' | 'selected' | 'onSelect'> & {
21
- visibleMonths?: 1 | 2 | 3;
+ visibleMonths?: 1 | 2 | 3 | 4 | 5 | 6;
22
captionLayout?: React.ComponentProps<typeof DayPicker>['captionLayout'];
23
weekStartsOn?: React.ComponentProps<typeof DayPicker>['weekStartsOn'];
24
selected?: Date | Date[] | RdpRange;
0 commit comments