tomkp / react-split-pane

React split-pane component
https://tomkp.github.io/react-split-pane
MIT License
3.21k stars 407 forks source link

Flexbox prefix for old browsers #97

Open beatlecz opened 8 years ago

beatlecz commented 8 years ago

I would like to use this component also in project supports IE10. But you setup display: flex ... Did you ever consider to use library like this https://github.com/rofrischmann/inline-style-prefix-all

thx

tomkp commented 8 years ago

Looks pretty useful - I wasn't aware of it....

I just gave it a very quick try and couldn't get it working though - if you have the time and inclination I'd be happy to merge a PR :-)