Skip to content

Module Horizontal

WJDDesigns edited this page May 3, 2026 · 1 revision

Horizontal Layout

Module type: horizontal · Category: Layout · Free

Container module that arranges child modules side-by-side in a row, with flex alignment and gap controls.

Features

  • Place modules horizontally
  • Flexible alignment (horizontal + vertical)
  • Spacing between items (positive or negative)
  • Wrap to next line when exceeding width
  • Nestable — combine with Module-Vertical for complex grids

Configuration

Layout

  • Horizontal alignment — left / center / right / space-between / space-around / justify
  • Vertical alignment — top / center / bottom / stretch / baseline
  • Allow wrapping — when on, modules wrap to a new line if the row overflows

Gap

  • Gap between items (rem) — supports negative values to overlap modules

Logic / Design

Standard 4-tab editor.

Examples

  • Icon row — 4 icon modules with 1rem gap, centered.
  • Info bar — temp/humidity/pressure info modules with space-between.
  • Button group — 3 buttons stretched to fill (justify).

Related

  • Module-Vertical — stack instead of row.
  • Module-Tabs — switchable instead of always-visible.
  • For top-level rows, use the Row → Column structure (see Layout-System) — the horizontal module is for nesting inside a column.

Clone this wiki locally