I am exploring using this library.
My use case is a web-app where I want to show 3 panes for different content the user will interact with.
- For the initial state, the screen is split into 2 columns at 50% width each.
- The first column is 100% screen height and the tile fills the area.
- The second column is split into 2 rows at 50% height each.

I like the way the preview effects and layout works with MosaicWindow, but would love to make the entire tile draggable and NOT have a toolbar such as in the example image.
I'm curious if you have any recommendations how to implement this. Currently it seems like I would need to roll my own logic using react-dnd and something like react-mosaic or react-resizable-panels. Curious to see what you think.
Thank you for your help and maintaining this!
I am exploring using this library.
My use case is a web-app where I want to show 3 panes for different content the user will interact with.
I like the way the preview effects and layout works with MosaicWindow, but would love to make the entire tile draggable and NOT have a toolbar such as in the example image.
I'm curious if you have any recommendations how to implement this. Currently it seems like I would need to roll my own logic using react-dnd and something like react-mosaic or react-resizable-panels. Curious to see what you think.
Thank you for your help and maintaining this!