UNPKG

react-infinite-calendar

Version:

Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.

11 lines (10 loc) 216 B
'use strict'; module.exports = { blank: 'Select a date...', headerFormat: 'ddd, MMM Do', todayLabel: { long: 'Today' }, weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], weekStartsOn: 0 };