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

A piece of view can be divided into areas where the width or height can be adjusted by dragging.

Results 4 react-split issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`~8.0.3` -> `~9.0.0`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.0.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

![asdad](https://github.com/uiwjs/react-split/assets/71386522/c1f07d05-da1c-4184-b9d4-33d7b576c4fa) Not able to drag and resize while testing with dimensions

我实际给了2个子元素,给我1个split-bar就可以了,但是给了2个,下面的那个bar不能控制,很难看。 另外,有办法自定义bar的icon吗? ---- ![image](https://user-images.githubusercontent.com/909303/133391905-e94da128-27a0-4ae4-aee3-3c27a4720497.png) ```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...