Components/useWindowSize

useWindowSize

Reactive hook returning window width and height, SSR-safe.

Installation

Usage

API Reference

PropTypeDefaultDescription
widthnumberCurrent window.innerWidth.
heightnumberCurrent window.innerHeight.