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 Link (Button) Info

Was macht die Komponente?

Ein Link ist ein interaktives Textelement, das Nutzenden zu einer anderen Seite oder Ressource navigiert.

Wann soll die Komponente eingesetzt werden?

  • Um Nutzende zu weiteren Inhalten, Seiten oder externen Ressourcen zu führen.
  • Um Verweise auf verwandte Informationen oder Dokumente bereitzustellen.
  • Um die Navigation innerhalb der Webseite oder Anwendung zu erleichtern.

Regeln

  • Verwende beschreibende und aussagekräftige Link-Texte, um den Nutzenden den Zielinhalt verständlich zu machen.
  • Links sollen in einem neuen Tab geöffnet werden, wenn sie zu externen Ressourcen führen.
Anatomie
Anatomie der Komponente
Nummer Typ Beschreibung Optional Hinweis
1 Text Label Nein
Demo

Beispiele

Inline
Inline Negative
HTML-Markup kopiert.
Implementation

The sbb-link-button component provides the same functionality as a native <button>,
despite its appearance as a link enhanced with the SBB Design.

Slots

The text is provided via an unnamed slot.

<sbb-link-button value="help"> Help </sbb-link-button>

States

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

<sbb-link-button disabled>Refunds</sbb-link-button>

Button properties

The component is internally rendered as a button,
accepting its associated properties (type, name, value and form).

<sbb-link-button name="tickets" form="buy" value="tickets">
  Travel-cards and tickets
</sbb-link-button>

Properties

Name Attribute Privacy Type Default Description
disabled disabled public boolean false Whether the component is disabled.
form form public string | undefined The
element to associate the button with.
name name public string The name of the button element.
negative negative public boolean false Negative coloring variant flag.
size size public SbbLinkSize 's' Text size, the link should get in the non-button variation. With inline variant, the text size adapts to where it is used.
type type public SbbButtonType 'button' The type attribute to use for the button.
value value public string The value of the button element.

Slots

Name Description
Use the unnamed slot to add content to the sbb-link-button.
Impressum Contatto Impostazioni dei cookie