Zur Navigation Zum Inhalt Kontakt Menu Trouver un composant Aperçu Lyne Principes Bases Accessibilité Système de design Guidelines Deutsch Français Italiano English Nos principes de design Centré sur l’utilisateur Reconnaissable Inclusif Minimaliste Holistique Auto-explicatif Axé sur les tâches Approprié Portail de la marque CFF Logo Horloge numérique Droits d’utilisation Couleurs de base Couleurs fonctionnelles Couleurs off-brand Icônes Icônes de l’horaire Pictogrammes À propos de l’accessibilité À propos de ce guide Contact Informations complémentaires Product Owner User Research Interaction Design Visual Design Development Content Design Testing What is a design system? Conception Développer FAQ Aide Procès Contribution Contact Aperçu Base Composants Overview Releases Design Tokens Komponenten Aperçu Base Informations Aperçu Base Composants Sens & objectif Community Assets Instructions Power-Apps Bandeaux publicitaires numériques SAP Icônes d’applications Cette page n'est pas disponible dans la langue souhaitée. Langues disponibles Deutsch English Tab-Label Info

Was macht die Komponente?

Sie ist Teil der Tab-Group-Komponente.

Wann soll die Komponente eingesetzt werden?

  • Nur innerhalb der Tab-Group-Komponente.

Übergeordnete Komponenten

Tab-Group
Anatomie
Anatomie der Komponente
Nummer Typ Beschreibung Optional Hinweis
1 Komponente sbb-icon Ja
2 Text Nein
3 Text Ja Für Zusatzinfo: Nur Zahlen erlaubt.
Demo

Spielwiese

label999
Icon Nein Ja Anzahl Nein Ja Hintergrund White Milk Iron Charcoal Black

Beispiele

Default
Active
Disabled
Active And Disabled
Without Icon
Without Amount
Without Icon And Without Amount
Slotted Icon
Slotted Amount
Slotted Amount Disabled
With Ellipsis
HTML-Markup kopiert.
Implementation

The sbb-tab-label is a component which is meant to be used in combination with the
sbb-tab-group component
in order to display a tab label within the tab bar.

<sbb-tab-label>Tab Label</sbb-tab-label>

Slots

It is possible to provide a label via an unnamed slot; the component can optionally display a sbb-icon
at the component start using the iconName property or via custom content using the icon slot.

It's also possible to display a numeric amount at the component's end using the amount property or slot.

The label's heading tag can be changed using the level property.

<sbb-tab-label icon-name="app-icon-small" amount="123"> Tab Label </sbb-tab-label>

<sbb-tab-label>
  <sbb-icon slot="icon" name="circle-information-small"></sbb-icon>
  Tab Label
  <span slot="amount">123</span>
</sbb-tab-label>

States

It is possible to display the component in disabled state by using the self-named property.

<sbb-tab-label disabled> Tab Label </sbb-tab-label>

Properties

Name Attribute Privacy Type Default Description
active active public boolean | undefined Active tab state
amount amount public string | undefined Amount displayed inside the tab.
disabled disabled public boolean false Whether the component is disabled.
iconName icon-name public string | undefined 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.
level level public SbbTitleLevel '1' 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.

Slots

Name Description
Use the unnamed slot to add content to the tab title.
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.
Impressum Contact Paramètres des cookies