Resizable SplitView

Hi

Just wondered if it was possible to have a resizable SplitView?

Thanks.

Each Panel can be resizable. To make Panel resizable we just need to add panel-resizable class to Panel element

Thanks but I was using the Master-Detail view detailed at the bottom of: https://framework7.io/kitchen-sink/react/index.html

I wanted a way to drag the divider to resize the two sections. Or am I better using a permanent left-hand Panel component?

No, master detail is not resizable at the moment, probably can add this feature

2 Likes

Vladimir,

If you can add this feature it will be very nice, I was looking for it too.

Thanks.

@nolimits4web,

Amazing, new feature works fine!
Just a suggestion add a Min/Max width and event masterResize
It can help a lot and will be cool also :slight_smile:

Thanks