-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Bar Styles
tempus2016 edited this page Jun 24, 2026
·
2 revisions
In addition to underline, pill, and segmented, Tabdeck offers two more bar styles.
Config key: style (top-level) · New values: boxed · text
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: { ... } }
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: [ ... ]
- Both styles respect
accent_indicatorand per-tabaccent. - Pick the style from the Style dropdown in the visual editor.
Concepts
Features