useWindowSize
About
Window size hook for React.
Examples
Basic usage
Returned Object keys
Returned object attributes | Type | Description |
---|---|---|
width | int | inner width of window |
height | int | inner height of window |
outerWidth | int | outer height of window |
outerHeight | int | outer width of window |