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