I use this splitter. It has minSize
props to fix minimum size. How is about max size?
I have tried to check it using events onResizeStart()
, onReisizeStop()
, but it has no data about current width.
You can use the event onResizeEnd
which gives you an array of the new sizes.
You can find a demo of how to use the two events to prevent the user from going over the size limit here.