パッケージの詳細

@acusti/use-bounding-client-rect

acusti775Unlicense2.0.1

React hook that returns the boundingClientRect for an element and triggers an update when those dimensions change

react, react-hooks, hooks, boundingClientRect

readme

@acusti/use-bounding-client-rect

latest version maintenance status downloads per month bundle size

useBoundingClientRect is a React hook that returns the boundingClientRect for the passed in HTMLElement and uses ResizeObserver to update the return value and trigger a new render when the HTMLElement’s boundingClientRect changes.