bvaughn / react-resizable-panels

https://react-resizable-panels.vercel.app/
MIT License
3.87k stars 135 forks source link

How can we get panel height? #200

Closed kasvith closed 10 months ago

kasvith commented 11 months ago

Hi, love this library and your efforts

I was using this for creating a layout, it requires the panel height to do an internal height calculation. I've been using units="pixels" but it doesn't give me the pixel value of the panel height on onResize event.

is there any workaround for this?

bvaughn commented 10 months ago

182 has been merged and I plan to release v56 this afternoon with the changes. All sizes are now reported in both percentage and pixel units.