Tabs widget
What it does
Layout widget that splits the canvas into tabbed pages. Pure UI structure — no firmware contract.
Pins
- Semantics: No pin binding
- No pin binding. Other widgets are filtered by tabId.
- Default size: 6 x 1
Config fields
| Field | Type | Default | Effect |
|---|---|---|---|
tabs | text (csv) | Home,Sensors,Logs | Comma-separated tab labels. |
color | color | — | Accent for the active tab. |
Typical use
dashboard.txt
# No firmware contract — tabs only reorganize the canvas.iOS app
Yes — iOS tab bar shares the label-only model and always-visible presentation.