Panels
Each panel within a layout is an independent display area that can be updated separately. Panels support options for content density, alignment, and background color.
Panel options
| Option | Type | Description |
|---|---|---|
fullPanel | boolean | When true, content fills the entire panel area. Defaults to false. |
density | string | Content density: compact, standard, or spacious. |
alignX | string | Horizontal alignment: start, center, or end. |
alignY | string | Vertical alignment: start, center, or end. |
background | string | Panel background color in hex format (#RRGGBB). |
Density
The density option controls spacing around content blocks within the panel:
- compact — minimal spacing, best for data-heavy displays
- standard — balanced spacing (default)
- spacious — generous spacing, best for hero-style messages
Alignment
Use alignX and alignY to position content within the panel area. Both default to start unless specified.