@charith_maddoju/react-windowsize-hook
v1.0.2
Published
This package provides you a hook that helps you find the dimensions of the webpage
Downloads
1
Readme
Usage
First, import the useWindowSize
hook:
import useWindowSize from '@charith_maddoju/react-windowsize-hook';
const {width, height} = useWindowSize();