react-splitter
react-splitter copied to clipboard
A resizable splitter for React that the grid templates in CSS rather than complex JavasScript resizing logic.
Just thought you might like to see where it's in use.
Hi, I have use Split with 2 heavy components with conditional rendering. Something like: ```javascript const entryContainer = (); const folderContainer = (); // There is only entryContainer displayed here...
Could the peer dependency please be widened to `^16.9.36 || ^17.0.0` for both react and react-dom?
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. Changelog Sourced from postcss's changelog. 7.0.36 Backport ReDoS vulnerabilities from PostCSS...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...
Hi, love your work here. Do you have any guidance on how to implement a 2x2 grid where only the center point is draggable to handle the resizing? kinda like...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
When you add a value to the drag key, nothing happens. Color and hover work
I noticed in the Live Demo that `splitterSize` requires one to set the splitter type. How can this be done in react.js? ``` ``` Error: Property 'splitterType' does not exist...