Widgets / directory

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

FieldTypeDefaultEffect
tabstext (csv)Home,Sensors,LogsComma-separated tab labels.
colorcolorAccent for the active tab.

Typical use

dashboard.txt
# No firmware contracttabs only reorganize the canvas.

iOS app

Yes — iOS tab bar shares the label-only model and always-visible presentation.

See also

Related widgets