nomcopter / react-mosaic

A React tiling window manager

Home Page:https://nomcopter.github.io/react-mosaic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs support

voltcode opened this issue · comments

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 works that way:

  • you drag a window over another
  • in the middle of the window in the background, a set of icons shows up
  • there is one icon per direction where the new window should be (top, bottom,...)
  • fitfth, middle icon is to create a tab - the new and existing window form a tabbed layout
commented

Maybe you would want to try these:

Not React but can be used with it: golden-layout
Less popular but React and does the job: FlexLayout, rc-dock