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

React split-pane component

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

I don't know how hard it would be but it would be nice if there could be more than 2 panes.

Fix #30 #241 #361 If a pane contains an iframe, it behaves very weirdly while dragging the resizer. There are some workarounds like https://github.com/tomkp/react-split-pane/issues/30#issuecomment-169309414 https://github.com/tomkp/react-split-pane/issues/30#issuecomment-278774489 https://github.com/tomkp/react-split-pane/issues/241#issuecomment-451708777 but I think it's...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Command Injection in standard-version GitHub Security Lab (GHSL) Vulnerability...

dependencies
security

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.3 to 3.4.0. Changelog Sourced from eslint-plugin-prettier's changelog. v3.4.0 (2021-04-15) feat: support processor virtual filename (#401) (ee0ccc6) Simplify report logic (#380) (d993f24) Update: README.md (#375) (3ea4242) v3.3.1...

dependencies

As far as I have tried ``` import dynamic from 'next/dynamic' const SplitPane = dynamic( () => import('react-split-pane'), { ssr: false } ) // import SplitPane, { Pane } from...

This PR is for a new **v2** of `react-split-pane`. [Checkout the demo](http://react-split-pane-v2.surge.sh/) Try it out today: ``` npm install react-split-pane@next ``` or ``` yarn add react-split-pane@next ``` The intention is...

v2

Thanks for contributing to react-split-pane! **Before submitting a pull request,** please complete the following checklist: - [x] The existing test suites (`yarn run test`) all pass - [x] For any...

``` console.log('start')} onDragFinished={() => console.log('fin')} > ```