Docs
Tabs
The Tabs widget splits a dashboard into pages. Every other widget belongs to one tab, and you swipe between them.
Use it when a project outgrows one screen: Greenhouse, Garden and Settings instead of thirty tiles in a column.
| Setting | What it does |
|---|---|
| Tab names | the labels along the top |
| Number of tabs | how many pages the dashboard has |
Open these from the canvas: tap Edit, then long press the widget and choose Configure.
How widgets join a tab
Every widget has a Visible on tab setting. Pick a tab and the widget shows only there.
Leave it on All tabs for something you always want in view, such as a master switch or the board status.
No code
Tabs are layout. Nothing about them reaches your sketch, and a widget behaves the same whichever tab it sits on.
A widget on a hidden tab still receives values. Switching tabs changes what you see, not what the board does.
Troubleshooting
| Problem | Check |
|---|---|
| A widget disappeared | it belongs to another tab; check Visible on tab |
| New widgets land on the wrong page | they join the tab you had open when you added them |
| Tabs are missing after a resize | the Tabs widget is a widget too; it needs room at the top |