UNPKG

react-day-picker

Version:

Flexible date picker component for React

32 lines (27 loc) 932 B
// Proxy object to map classnames when css modules are not used export default { container: 'DayPicker', wrapper: 'DayPicker-wrapper', interactionDisabled: 'DayPicker--interactionDisabled', months: 'DayPicker-Months', month: 'DayPicker-Month', navBar: 'DayPicker-NavBar', navButtonPrev: 'DayPicker-NavButton DayPicker-NavButton--prev', navButtonNext: 'DayPicker-NavButton DayPicker-NavButton--next', navButtonInteractionDisabled: 'DayPicker-NavButton--interactionDisabled', caption: 'DayPicker-Caption', weekdays: 'DayPicker-Weekdays', weekdaysRow: 'DayPicker-WeekdaysRow', weekday: 'DayPicker-Weekday', body: 'DayPicker-Body', week: 'DayPicker-Week', weekNumber: 'DayPicker-WeekNumber', day: 'DayPicker-Day', footer: 'DayPicker-Footer', todayButton: 'DayPicker-TodayButton', // default modifiers today: 'today', selected: 'selected', disabled: 'disabled', outside: 'outside', };