use-viewport-size
Get viewport width and height
Import
Source
Docs
Package
Usage
use-viewport-size returns current viewport's width
and height
, it subscribes to resize
and orientationchange
events,
during ssr hook will return { width: 0, height: 0 }
:
Width: 0, height: 0