Early adopter offer: Themia Pro $24 $19

Tabs

A container that shows one of several widgets at a time, via a tab bar.

Tabs Tabs
Previews are illustrative. Colours, layout, fonts and text are all yours to change.
Category
Layout
Default size
280 × 360

What it does

A container holding several widgets and showing exactly one at a time, switched from a tab bar.

Where a Stack collapses its children to header rows so you can see them all at once, tabs commits the full space to one child. That suits widgets that need room (a folder view, a calendar month, an inbox), where a rolled-up header row would tell you nothing anyway.

Drag widgets in to add them, out to remove them. Deleting the container returns its children to the desktop rather than deleting them.

The container paints no chrome of its own beyond the tab bar.

Where the data comes from

Nothing. Each child fetches its own data.

Limits

  • Containers do not nest, so the picker hides container types while you fill this one.
  • One visible child at a time; that is the point of it. To see several at once, use a Stack or a Group.
  • It is a sibling of the stack, not a mode of it; switching presentation means using the other widget.