react-split-pane icon indicating copy to clipboard operation
react-split-pane copied to clipboard

React split-pane component

Results 115 react-split-pane issues
Sort by recently updated
recently updated
newest added

Pane classNames support was added in https://github.com/tomkp/react-split-pane/pull/226 – updating the typescript to match

These props are useful to have to detect more mouse events on the Resizer. I made the changes against the `v0.1.92` tag--they're simpler if you view the diff with that...

#### Is your feature request related to a problem? Please describe. I would like a visual element which will collapse the Split pane completely. In a single click, I will...

#### Is your feature request related to a problem? Please describe. It took me a while to realize that the slider didn't show up because of missing CSS, rather than...

Hi I would like to hide the panel 1 (where lets say i have two panels), i couldn't find any way to do this so ended up changing the width...

Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.2.3 to 6.4.1. Changelog Sourced from eslint-plugin-jsx-a11y's changelog. 6.4.1 / 2020-10-26 f8a4496 Upgrade jsx-ast-utils to v3.1.0 6.4.0 / 2020-10-26 83e4ff2 [Deps] update axe-core, jsx-ast-utils eb92b07 [Dev Deps]...

dependencies

I noticed an issue on my end where the event wasn't prevented on drag start so I'd need to add `event.preventDefault()` in this event listener. But the current API doesn't...

#### Describe the bug Weird behavior while resizing when one of the panes is an iframe #### To Reproduce Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/upbeat-morning-94qr7 2. Try...

Hello, Kudos to the developer, amazing work. I tried the v2 version as it supports multiple panes. However, as i tried to implement ``, I encountered this error. > TypeError:...

bug

I would love if there was a possibility to use percentages as `minSize`/`maxSize`. This would allow us to ensure that the user cannot get "stuck" by dragging the panel divider...