-
Nice work on the component, I like the flexibility it offers.
I facing one issue though. Because of [this piece of code](https://github.com/yyllff/split-pane-react/blob/main/src/SplitPane.tsx#L64-L…
-
Heya! I have an issue, where I have defined a size of 20 and a min size of 15 for a pane, but whenever I try and drag the pane beyond under the min size, it is allowed to.
It feels like there is so…
-
splitPane能不能提供一个方法,可以直接设定percent的值,以此能够动态改变paneL or paneR的值,然后以动画的形式来过渡。
我简单的看splitPane的源码, defaultPercent貌似并没有参与计算,能不能以此计算defaultPercent,然后通过方法改变这个值,来实现动态的splitPane的比例呢
-
#### Describe the bug
Whenever I tried to import { Pane} from 'react-split-pane' I got following error.
```js
Module '"../node_modules/react-split-pane"' has no exported member 'Pane'. Did you me…
-
```
Change the content of one of the panes in the split pane demo so that the
container has a horizontal scroll bar.
You will see that the scroll bar height is deduced twice. This is because of a
b…
-
I can't make the exmaple from the wiki work:
```javascript
```
```
Type '{ children: Element[]; split: "vertical"; collapseOptions: { beforeToggleButton: Element; afterToggleButton: Element;…
-
As per [this comment](https://github.com/naturalcrit/homebrewery/pull/2162#discussion_r869850180) on PR #2162, with the merging of that PR, the pagination function in the BrewRenderer will be duplicat…
-
![image](https://user-images.githubusercontent.com/26623369/181689877-daf68015-e10d-4d67-baeb-f142f4dfd236.png)
Version details:
"react-split-pane": "^0.1.92",
"@types/react": "^17.0.44",
Not ab…
-
I would like to request a feature so we can use an image as cover image of a book, which is then shown in JabRef when we click the book entry. This would be an optional feature (enable/disable the cov…
ghost updated
2 weeks ago
-
Hi,
you can reproduce this error by adding class
``` css
.Pane {
padding: 10px;
}
```
to example in index.html.
Then try to resize `Pane` by dragging `Resizer`.
`Resizer` will be moved to th…