0.0.6 • Published 3 years ago

use-window-resize v0.0.6

Weekly downloads
14
License
ISC
Repository
-
Last release
3 years ago

React useWindowResize Hook

This hook allows you to get the window width and height.

Installation

With npm

npm i use-window-resize

With yarn

yarn add use-window-resize

Example

const Component = () => {
  const { width, height } = useWindowResize();
  // ..
};
0.0.6

3 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago