use-resize-observer
Observe the size change of a reference.
Module
Syntax
useResizeObserver
Where:
ref
:Ref
, reference to observe the resizing.rect
:Object
, the return ofDOMRectReadOnly.toJSON()
, documentation of DOMRectwidth
height
x
y
top
right
bottom
left
useResizeObserverState
Where:
ref
:Ref
, reference to observe the resizing.rect
:Object
, the return ofDOMRectReadOnly.toJSON()
, documentation of DOMRectwidth
height
x
y
top
right
bottom
left
Example
Last updated