StyleCode Property: tabsVariant

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

tabsVariant

“horizontal” and “vertical” are displayed in strip mode, “select” is a more compact with a button selector.

Applies to Type Default
tabstrip select, horizontal, vertical horizontal

Examples

// Example: tabstrip
export t = show tabs "My Tabs" { .., ..2 } with
  red as "Red"
  blue as "Blue"

show tabstrip "My Tabstrip" { 1..3, 1..2 in t ; tabsVariant: "select" } with t

User Contributed Notes
0 notes + add a note