Buddy-Grid-Layout (React-Grid-Layout fork with top-left compacting) v1.4.4 Demo 9 - Minimum and Maximum Width/Height

Based on nitesh619's solution for top-left compacting

You can set min and max dimensions on a grid item by using the `minW`, `maxW`, `minH`, and `maxH` properties.

In this demo, the min and max dimensions are generated automatically. Try resizing the items below.

If your mins and maxes collide: for example min > max, or the initial dimensions are out of range, an error will be thrown.