use-element-size
Get element width and height and subscribe to changes
Import
Source
Docs
Package
Usage
Resize textarea by dragging its right bottom corner
Width: 0, height: 0
API
use-element-size is a simpler version of use-resize-observer hook.
Hook returns ref
object that should be passed to the observed element, and the element's height
and width
.
On the first render (as well as during SSR), or when no element is being observed, width
and height
properties are equal to 0
.