Skip to content

Tabs Widget

The Tabs widget displays a series of tab menu items.

Tabs Widget

The Tabs widget can take one of two formats:

  • A map of {name, to} items
  • An array of label:URL items

If a map is provided, the tabs will use the map keys as the menu text and the to property as the destination app URL. If an array is provided, the widget will expect label:URL items.

Tabs Title

If the widget header property is set, it will be used as the title of the tabs widget and will be displayed to the left of the tabs..

Configurable components

Class NameDescription
cardLabel widget card component
primaryPrimary label component

Widget Properties

NameDescription
valueWidget data value to suply an array or map of tab items

CSS Properties

PropertyDescription