1.0.1 • Published 6 years ago

@pinecodes/use-window-size v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

useWindowSize

A simple react hook for providing window size information.

Usage:

import useWindowSize from '@pinecodes/use-window-size';

function MyComponent() {
	const { width, height, devicePixelRatio } = useWindowSize();
	return ...;
}
1.0.1

6 years ago

1.0.0

6 years ago