Skip to content
On this page

useWindowClientRect

Window client bounding rectangle listener

Usage

ts
import { useWindowClientRect } from '@use-kit/react-hooks'

const rect = useWindowClientRect()
import { useWindowClientRect } from '@use-kit/react-hooks'

const rect = useWindowClientRect()

Released under the MIT License.