ITADN

Question: Remove toolbar and allow entire tile to be draggable

#227OpenJacobMuchow 创建于 2025-02-18
J
JacobMuchowcommented
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. ![Image](https://github.com/user-attachments/assets/6129d08a-94e7-4d86-a767-d72b2d606b41) 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!
0 条评论