# `useSize` React sensor hook that tracks size of an HTML element. ## Usage ```jsx import {useSize} from 'react-use'; const Demo = () => { const [sized, {width, height}] = useSize( ({width}) =>