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

Single-widget Layout

Widgets in this section have a primary purpose of performing some layout functionality on a single child widget. To use one of these layout widgets with multiple widgets, first lay out the widgets using one of the multi-widget layout widgets.

The widgets in this category are:

  • Align: Aligns its child relative to its parent's edges.
  • Collapse: Shows/hides its child.
  • Container: Visually contains a child. Useful for grouping related content visually.
  • Expand: Resizes its child to occupy as much space as available.
  • Resize: Restricts its child's size to be within a range of widths and/or heights.