bvaughn/react-resizable-panels

is there best practice when I want set responsive panel size?

cmingxu opened this issue · 1 comments

Say I want 15% for lg screen and 25% for md screen ?

That’s kind of out of scope of this library. I would maybe do something like listening to the “resize” event and then updating the panel size values in state whenever the sizes change (from what you consider large to small or small to large)