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

Resizable split panes for React.js.

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

Hey first time starting my own project, I started using SplitPane for a simple vertical pane from the storybook reference only sizes and onChange seems to be used as props...

I'm trying to use this in a Next w/Typescript project: ```html ``` Typescript complains about the span element: ```Type 'ReactElement' is missing the following properties from type 'Element[]': length, pop,...

In layout system, de facto standard naming rule of "horizontal" and "vertical" is related by the affected Elements placement. Which is A-B-C : This is horizontal A | B |...

I can't resize the panels on a mobile device. It can be simulated in chrome developer tools. Maybe due to the width of the divider: can it be made thicker...

Nice work on the component. When I move my mouse a quickly, the splitter stays behind and no resize happens. Btw, I'm using an element on the left panel with...

This commit fixes an issue with the `useMemo` hook in the `SplitPane` component, which was causing a warning about the size of the memoized array changing between renders. The issue...

In our company we would want to use this package but it's only outputted as ESM, is there a way to output in commonjs as well?

thanks very much for your project i hope if the `currentSelectedTask === undefine` , do not render the second `` but i got a ts error: `TS2322: Type 'Element |...