Zur Navigation Zum Inhalt Kontakt Menu Find component Overview Lyne Principles Foundation Accessibility Design System Guidelines Deutsch Français Italiano English Our design principles User-centred Recognisable Inclusive Reduced Holistic Self-explanatory Task-oriented Appropriate SBB Brand portal Logo Digital clock Rights of use Base colors Functional colors Off brand colors Icons Timetable icons Pictograms About accessibility Über diesen Guide Contact Further information Product Owner User Research Interaction Design Visual Design Development Content Design Testing What is a design system? Designing Coding FAQ Help Process Contribution Contact Overview Base Components Overview Base Components Overview Base Components Overview Design Tokens Components Overview Base Informationen Sense & Purpose Community Assets Instructions Power-Apps Digital banner ads SAP Design Guidelines App Icons
Find component

Lyne

Basics Animation

Animation

Border

Border

Grid

Grid

Spacings

Spacings

Typography

Typography

Components Action-Group

Action-Group

Alert

Alert

Alert-Group

Alert-Group

Autocomplete

Autocomplete

Button

Button

Calendar

Calendar

Card

Card

Card-Badge

Card-Badge

Checkbox

Checkbox

Checkbox-Group

Checkbox-Group

Chip

Chip

Clock

Clock

Datepicker

Datepicker

Dialog

Dialog

Divider

Divider

Footer

Footer

Form-Error

Form-Error

Form-Field

Form-Field

Header

Header

Header-Action

Header-Action

Icon

Icon

Image

Image

Journey-Header

Journey-Header

Link

Link

Link-List

Link-List

Logo

Logo

Menu

Menu

Menu-Action

Menu-Action

Radio-Button

Radio-Button

Radio-Button-Group

Radio-Button-Group

Selection-Panel

Selection-Panel

Signet

Signet

Slider

Slider

Tab-Group

Tab-Group

Tab Title

Tab Title

Tag

Tag

Tag-Group

Tag-Group

Teaser

Teaser

Teaser-Hero

Teaser-Hero

Time-Input

Time-Input

Title

Title

Toggle

Toggle

Toggle-Check

Toggle-Check

Tooltip

Tooltip

Tooltip-Trigger

Tooltip-Trigger

Tab Title Implementation

Use the sbb-tab-title tag in combination with the sbb-tab-group component in order to display a tab label within the tab bar.

<sbb-tab-group initial-selected-index="0" amount="123">
<sbb-tab-title icon-name="app-icon-small">
Tab Label
</sbb-tab-title>
</sbb-tab-group>

Slotted amount:

<sbb-tab-group initial-selected-index="0">
<sbb-tab-title icon-name="app-icon-small">
Tab Label
<span slot="amount">123</span> <!-- optional -->
</sbb-tab-title>
</sbb-tab-group>

Properties

Property Attribute Description Type Default
active active Active tab state boolean undefined
amount amount Amount displayed inside the tab. string undefined
disabled disabled Disabled tab state boolean undefined
iconName icon-name The icon name we want to use, choose from the small icon variants from the ui-icons category from here https://icons.app.sbb.ch. string undefined
level level The level will correspond to the heading tag generated in the title. Use this property to generate the appropriate header tag, taking SEO into consideration. "1" | "2" | "3" | "4" | "5" | "6" '1'

Slots

Slot Description
"amount" Provide a number to show an amount to the right of the title.
"icon" Use this slot to display an icon to the left of the title, by providing the sbb-icon component.
"unnamed" This slot will show the provided tab title.

Dependencies

Depends on

Graph

graph TD;
sbb-tab-title --> sbb-icon
style sbb-tab-title fill:#f9f,stroke:#333,stroke-width:4px

Demo
label999
No Yes
No Yes
White Milk Iron Charcoal Black
More examples on Storybook
Imprint Contact Cookie settings