useWindowSize
Sample Usage
Change the screen size to see the effect.
Show editable code example
Any Paragon component or export may be added to the code example.
Change the screen size to see the effect.
Any Paragon component or export may be added to the code example.
() => {const { height, width } = useWindowSize();return (<p>Window height: {height}px<br/>Window width: {width}px</p>);}
Contents