cushy/guide/src/widgets/single-layout.md
Jonathan Johnson 6ad6cca32d
Children renamed to WidgetList
Plus more work on the user's guide, which inspired the rename.
2024-01-09 13:26:14 -08:00

773 B

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.