WARNING: Cushy is in early alpha. This guide doubly so.

Multi-Widget Layout

Widgets in this section have a primary purpose of performing some layout functionality on a collection of widgets. These currently are:

  • Grid: A 2D grid where each cell is a widget.
  • Layers: A Z-direction stack of widgets.
  • Stack: A 1D grid of either rows or columns.
  • Wrap: Widgets are laid out horizontally, wrapping into multiple rows if needed.