Joel Raju

Results 3 comments of Joel Raju

I would like to work on this. Is anyone actively working on this ?

Okay, sounds good. Just open an issue if you need any help with android. Thanks

Add styles to the Resizer. https://github.com/tomkp/react-split-pane/blob/master/website/index.css#L29 ```css .Resizer { box-sizing: border-box; background: #000; opacity: 0.5; z-index: 1; background-clip: padding-box; } .Resizer:hover { -webkit-transition: all 2s ease; transition: all 2s ease;...