Skip to content

Feature Bar Styles

tempus2016 edited this page Jun 24, 2026 · 2 revisions

Extra bar styles: boxed and text

In addition to underline, pill, and segmented, Tabdeck offers two more bar styles.

Config key: style (top-level) · New values: boxed · text

boxed

Each tab is its own bordered chip; the selected chip gets a tinted accent fill.

type: custom:tabdeck-card
style: boxed
tabs:
  - { name: Climate, icon: mdi:thermostat, accent: "#e8743b", card: { ... } }
  - { name: Lights, icon: mdi:lightbulb-group, card: { ... } }
  - { name: Eco, icon: mdi:leaf, card: { ... } }

Boxed style

text

No indicator and no borders — the selected tab is shown purely by colouring its label/icon. The most minimal look.

type: custom:tabdeck-card
style: text
tabs: [ ... ]

Text style

Notes

Clone this wiki locally