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

React split-pane component

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

I'm fairly new to frontend dev so please forgive me if this is an ignorant question-- but I've noticed that if I have a simple two split pane arrangement as...

#### By setting the panel1 style I can no longer resize the panels. #### My config ```javascript const showIframe = ; let splitPos = localStorage.getItem('splitPos'); splitPos = splitPos ? parseInt(splitPos,...

import SplitPane, { Pane } from 'react-split-pane'; this import package not available on requested build npm install react-split-pane@next which one is correct i want fix the size of each pane....

Is it possible to add more detail to the gutters that split the panes? Thinking textures (ie more 3D or graphic)

"version": "2.0.3", ./index.d.ts ```js export interface Props { allowResize?: boolean; className?: string; primary?: 'first' | 'second'; minSize?: Size; maxSize?: Size; defaultSize?: Size; size?: Size; split?: 'vertical' | 'horizontal'; onDragStarted?: ()...

#### Describe the bug I have one Popup Window in that splitpane is not working, create window by using React.createElement. focus is shifting to another component when trying to resize

#### Describe the bug Nested panes result in big performance hits. Mentioned here https://github.com/storybookjs/storybook/commit/77101365ae672ae515dc10e5116f018121b22af2#diff-7e3255d9223f6e41b28eeb7f22fea5af #### To Reproduce Steps to reproduce the behavior: create nested split panes and you will see...

bug

#### Overview of Problem I am using the new version of react-split-pane. I went and installed the '@next' version as described in your readme file.. `npm install react-split-pane@next` However, with...

This was being caused when quickly moving the cursor past the min/max, the new position wasn't being set when hitting the min/max condition. Example: If minSize = 50, size =...

when I use https://www.npmjs.com/package/react-loading-screen with this library I get wired behavoiur likes this ![Screenshot (156)](https://user-images.githubusercontent.com/12866980/78560376-5215de80-7816-11ea-8c2d-0c0f2354ccb7.png)