Results 10 comments of tomkp

I'm a big fan of the Identiv scr3500 - I use a Mac and have never had any problem with them...

Your best bet is to nest the panes.. I've updated the examples to include one for 3 vertical panes.... (https://github.com/tomkp/react-split-pane/blob/master/demo/Examples.js) Here's it in action: (http://react-split-pane.surge.sh/multiple-panes-vertical.html) This is the corresponding code......

@tsaiDavid Yes! I'd love some help :-) I'll have a think about what would be most useful - but off the top of my head I think that I was...

This was intended - you start with a percentage value, but as soon as you move the resizer you have repositioned it, and it will then stay in that position....

First of all I need help in defining what a `v2` would look like... Here's a starter list: - Simplify the API - Multiple panes support - Move away from...

@whitecrownclown @wiesson Great! I'll get back soon with some plans - feel free to chip in with any ideas!

I've just pushed my first v2 branch... https://github.com/tomkp/react-split-pane/pull/240 It's very much a work in progress but demonstrates some of the ideas. Check out the [demo](http://react-split-pane-v2.surge.sh/) Feel free to get involved...

@Hongbo-Miao good idea.... You should be able to now install it as `react-split-pane@next`... hope it all goes well! Happy to take a look at any PRs... Thanks

What type of card / application are you trying to read?

Hi - using this may be overkill, I'd actually suggest taking a look at http://flexbox-forever.surge.sh/ to see how you can reproduce many of these common layouts with a little bit...