Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ WithRect
Function
WithRect
src/utils/hooks.js:33–36 ·
view source on GitHub ↗
({ forwardedRef, children })
Source
from the content-addressed store, hash-verified
31
* Higher order component to make use of the useRect
32
*/
33
export
function
WithRect({ forwardedRef, children }) {
34
const
rect = useRect(forwardedRef)
35
return
children(rect)
36
}
Callers
nothing calls this directly
Calls
1
useRect
Function · 0.85
Tested by
no test coverage detected