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

Method isVertical

src/components/DayPicker.jsx:785–788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

783 }
784
785 isVertical() {
786 const { orientation } = this.props;
787 return orientation === VERTICAL_ORIENTATION || orientation === VERTICAL_SCROLLABLE;
788 }
789
790 updateStateAfterMonthTransition() {
791 const {

Callers 5

onPrevMonthTransitionMethod · 0.95
onNextMonthTransitionMethod · 0.95
renderWeekHeaderMethod · 0.95
renderMethod · 0.95
DayPicker_spec.jsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected