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

Method isHorizontal

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

Source from the content-addressed store, hash-verified

778 }
779
780 isHorizontal() {
781 const { orientation } = this.props;
782 return orientation === HORIZONTAL_ORIENTATION;
783 }
784
785 isVertical() {
786 const { orientation } = this.props;

Callers 9

constructorMethod · 0.95
componentDidUpdateMethod · 0.95
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