react-split
react-split copied to clipboard
A piece of view can be divided into areas where the width or height can be adjusted by dragging.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-split). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`~8.0.3` -> `~9.1.0`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.1.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
 Not able to drag and resize while testing with dimensions
拖动条显示多了
我实际给了2个子元素,给我1个split-bar就可以了,但是给了2个,下面的那个bar不能控制,很难看。 另外,有办法自定义bar的icon吗? ----  ```jsx By dragging 'draggable' surface you can change size of the first pane. The first pane keeps then its size while the second pane is resized...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^18.2.14` -> `^19.0.0`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.14/19.0.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
It would be great for `react-split` to support a 2D mode, with `onDragging / onDragEnd` callback that would be passed a 2D position array with x and y percentage, a...