Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
constructor
Method · 0.95
componentDidUpdate
Method · 0.95
onPrevMonthTransition
Method · 0.95
onNextMonthTransition
Method · 0.95
updateStateAfterMonthTransition
Method · 0.95
calculateAndSetDayPickerHeight
Method · 0.95
renderWeekHeader
Method · 0.95
render
Method · 0.95
DayPicker_spec.jsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected