React-Grid-Layout Demo 10 - Dynamic Minimum and Maximum Width/Height

Your application may have more complex rules for determining an element's mins and maxes. This demo demonstrates how to use the `onResize` handler to accomplish this.

In this grid, all elements are allowed a max width of 2 if the height < 3, and a min width of 2 if the height >= 3.