@appannie/react-infinite-calendar
Version:
Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.
20 lines (16 loc) • 412 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var displayOptions = {
hideYearsOnSelect: true,
layout: 'portrait',
overscanMonthCount: 2,
shouldHeaderAnimate: true,
showCurrentMonth: false,
showHeader: true,
showMonthsForYears: true,
showOverlay: true,
showTodayHelper: true,
showWeekdays: true,
todayHelperRowOffset: 4
};
exports.default = displayOptions;