react-mosaic
react-mosaic copied to clipboard
A React tiling window manager
Hello, my application which uses this library randomly crashes with error: `Uncaught Error: Cannot have two MultiBackends at the same time.` Full stack trace: ```Uncaught Error: Cannot have two MultiBackends...
Hi. I'm trying to implement dragging from outside Mosaic. I've done as you described here https://github.com/nomcopter/react-mosaic/issues/122#issuecomment-550657526 and it appears to work but the problem I have is that in *endDrag*...
One can hide the panel by settings its width/height to zero. However, we are still able to drag the border of zero width panel and open it. There are situations...
### Bug report - __Package version(s)__: latest #### Steps to reproduce Get an iframe with url inside all your nodes. Get 2 panels inside your mosaic. #### Actual behavior When...
Documentation request please for the "Simple Tiling" example include index.tsx to show how to render the App.tsx example. Im struggling a bit to test this module out and figured it...
Is it possible to have the mosaic area be larger than the display area so that you can have things taller than the window height and be able to scroll...
It would be awesome, if the library supported creating tabs as an option when putting one window over another. An example would be how visual studio docking works. Usually it...
I recently started using react-mosaic in a project with [Snowpack](https://www.snowpack.dev/). These are the changes I made to get it working. I added ES module generation via `tsc`, and removed the...
`onRelease` is a great mechanism to prevent re-rendering of the windows while resizing (this assumes you're storing the state of the windows externally). However, because the windows are not resizing,...
### Feature ask Currently we can't reduce a panel to zero because the props value by default is minimum 20%. https://github.com/nomcopter/react-mosaic/blob/64b9d49a5bfc9bab4a01faba63a25168bb0f71da/src/Split.tsx#L31 I ask for have an option for customize the...