Join Slack
Communities
Powered by
On ComposeWeb `BoxWithConstraints` is not availabl...
# compose-web
d
Daniele B
06/17/2021, 10:23 PM
On ComposeWeb
BoxWithConstraints
is not available. What is an alternative in order to get the
width
and
height
of the page?
👀 1
g
Greg Steckman
06/19/2021, 12:03 AM
The clientWidth and clientHeight of the body element may get you close to what you are looking for. Have a look at
https://developer.mozilla.org/en-US/docs/Web/API/Element
and
https://developer.mozilla.org/en-US/docs/Web/API/Element/clientHeight
.
2
Views
Open in Slack
Previous
Next