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

How to use resize options to set a minimum percentage size per window?

97morningstar opened this issue · comments

I would like to set up different minimum percentage sizes per each window? But I can find anything in the code or documentation.

Any help would be greatly appreciated.

The resize prop of Mosaic takes a { minimumPaneSizePercentage: number } option.

https://github.com/nomcopter/react-mosaic/blob/master/src/types.ts#L60