...

StyleCode Property: tabBadge

tabBadge

If not empty, the badge for that tab is displayed.

Applies to Type Default
tabs > tab > badge Text ""

Examples

// Example: tabs > tab > badge
show tabs "My Tabs" a1b3 with
  "tab1" { badge { tabBadge: "My badge" } }
  "tab2"

User Contributed Notes
0 notes + add a note