React-Grid-Layout Demo 5 - Static Elements

This demo sets an item to static. Static elements cannot be moved or resized. Other elements move themselves around a static element.

Displayed as [x, y, w, h]:
1: [0, 0, 2, 3]
2: [2, 0, 4, 3]
3: [6, 0, 2, 3]
1
2 - Static
3