(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Vertical Tab

Overview

Example Vertical tab

Specs

Tokens

Token Description
displayName Display name in structure panel.
id Unique ID for programmatic access.
elements Components in this vertical tab when shown.
layout Layout of elements (“horizontal”/“vertical”).
name Header text for the vertical tab.
nameTranslations Title text in header (localized).
showIcon Shows icon next to tab name.
iconName Icon displayed when showIcon is true.
events Configurable component events.
ON_INIT (Events) Triggered on initialization.
ON_DESTROY (Events) Triggered on removal.
disabled Controls expand/collapse of the vertical tab.
dataTestId Testing hook ID.
enableAsHotspot Enables guided tour hotspot.

Structure

(Configured in General Properties)

(Configured in Visual Properties)

Styling

(Configured in Visual Properties)

Choosing icons

Actions & Variants

(Configured in Events)

(Configured in Visual Properties)

Vertical tab disabled

Tests

(Configured in Testing Hooks)

Links

Guidelines

Usage

Sizing & Layout

Content & Localization

Dos & Don’ts

Do Don’t Article setting(s)
Localize the header label for each supported locale. Ship an English-only tab title. nameTranslations, name
Add an icon only when it reinforces meaning. Replace the label with an icon alone. showIcon, iconName, name/nameTranslations
Disable the tab until prerequisites are met. Let users open a tab whose content can’t function yet. disabled
Clean up timers/listeners on removal. Leave background work running after navigating away. events.ON_DESTROY
Stack form fields for readability. Force dense side-by-side layouts that truncate. layout: "vertical"
Keep labels short and scannable across locales. Use long sentences or ambiguous names. name, nameTranslations

Accessibility