MCPcopy Index your code
hub / github.com/react-dates/react-dates / getCalendarMonthWidth

Function getCalendarMonthWidth

src/utils/getCalendarMonthWidth.js:1–3  ·  view source on GitHub ↗
(daySize, calendarMonthPadding = 0)

Source from the content-addressed store, hash-verified

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

Callers 4

renderMethod · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…