UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

4 lines (3 loc) 142 B
export default function getCalendarMonthWidth(daySize, calendarMonthPadding = 0) { return (7 * daySize) + (2 * calendarMonthPadding) + 1; }