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: 0px, height: 0px
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
.
Definition
Feedback
Your feedback is most valuable contribution to the project, please share how you use Mantine, what features are missing and what is done good
Leave feedback