Zur Navigation Zum Inhalt Kontakt Menu Trova un componente Descrizione generale Lyne Principi Base Accessibilité Sistema di design Guidelines Deutsch Français Italiano English I nostri principi di design Soluzioni focalizzate sull’utente Riconoscibilità Inclusione Riduzione Olistico Autoesplicativo Orientamento all’attività Adeguatezza Portale della marca FFS Logo Orologio digitale Diritti di utilizzazione Colori die base Colori funzionali Colori Off Brand Icone Icone dell'orario Pittogrammi Informazioni sull’accessibilità Über diesen Guide Contatti Letture consigliate Product Owner User Research Interaction Design Visual Design Development Content Design Testing Introduzione Base Componenti Senso & scopo Community Assets Istruzioni What is a design system? Designing Coding FAQ Aiuto Processo Contribution Contatto Introduzione Base Componenti Overview Releases Design Tokens Komponenten Introduzione Base Informazioni Power-Apps Banner pubblicitari digitali SAP Icone delle app Questa pagina non è disponibile nella lingua desiderata. Lingue disponibili Deutsch English Tag Info

Was macht die Komponente?

Ein Tag ist ein kleines Beschriftungselement, das zur Kategorisierung und als als Filter dient.

Wann soll die Komponente eingesetzt werden?

  • Um Inhalte nach bestimmten Kriterien zu filtern und zu kategorisieren.
  • Um Nutzenden die Möglichkeit zu geben, Inhalte nach definierten Eigenschaften zu durchsuchen.
  • Um die Benutzeroberfläche übersichtlicher zu gestalten.

Regeln

  • Tags sollen kurz und eindeutig beschriftet sein.
  • Verwende eine logische und intuitive Reihenfolge der Tags, um die Benutzerfreundlichkeit zu maximieren.
  • Vermeide zu viele Tags auf einmal, um die Übersichtlichkeit zu gewährleisten.

Übergeordnete Komponenten

Tag-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

Basic Tag
Checked Tag
Disabled Tag
Checked And Disabled Tag
Basic Tag Size S
With Amount
With Icon
With Amount And Icon
With Amount And Icon Slotted
With Amount And Icon Checked
With Amount And Icon Disabled
With Amount And Icon Checked And Disabled
HTML-Markup kopiert.
Implementation

The sbb-tag is a component that can be used as a filter in order to categorize a large amount of information.
It's intended to be used inside the sbb-tag-group component.

<sbb-tag value="All">All</sbb-tag>

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.

<sbb-tag value="All" icon-name="pie-small" amount="123"> All </sbb-tag>

<sbb-tag value="None">
  <sbb-icon slot="icon" name="pie-small"></sbb-icon>
  None
  <span slot="amount">123</span>
</sbb-tag>

States

The component can be displayed in checked or disabled state using the self-named property.

<sbb-tag checked value="All" amount="123">All</sbb-tag>

<sbb-tag disabled value="All" icon-name="circle-information-small">All</sbb-tag>

Style

The component has two sizes, named m (default) and s. The size property can also be set on the sbb-tag-group where it will be applied to all tags inside the group.

<sbb-tag value="All" size="m">All</sbb-tag>

<sbb-tag value="All" size="s">All</sbb-tag>

Events

Consumers can listen to the native change and input events on the sbb-tag.
The current state can be read from event.target.checked, while the value from event.target.value.
It's recommended to check the parent's sbb-tag-group for the value.

Accessibility

The component imitates an button element to provide an accessible experience.
The state is reflected via aria-pressed attribute.

Properties

Name Attribute Privacy Type Default Description
amount amount public string | undefined Amount displayed inside the tag.
checked checked public boolean false Whether the tag is checked.
disabled disabled public boolean false Whether the component is disabled.
form form public string | undefined The
element to associate the button with.
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.
name name public string The name of the button element.
size size public SbbTagSize 'm' Tag size.
type type public SbbButtonType 'button' The type attribute to use for the button.
value value public string The value of the button element.

Events

Name Type Description Inherited From
change CustomEvent<void> Change event emitter
didChange CustomEvent<void> Deprecated. used for React. Will probably be removed once React 19 is available.
input CustomEvent<void> Input event emitter

Slots

Name Description
Use the unnamed slot to add content to the tag label.
amount Provide an amount to show it at the component end.
icon Use this slot to display an icon at the component start, by providing a sbb-icon component.
Impressum Contatto Impostazioni dei cookie