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 Link 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.

Varianten

Block-Link (Button)Block-Link (Static)

Verwandte Komponenten

Block-Link
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 component provides the same functionality as a native <a> enhanced with the SBB Design.

Slots

The text is provided via an unnamed slot.

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

States

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

<sbb-link href="https://www.sbb.ch" disabled>Refunds</sbb-link>

Link properties

The component is internally rendered as a link,
accepting its associated properties (href, target, rel and download).

<sbb-link href="https://github.com/sbb-design-systems/lyne-components" target="_blank">
  Travel-cards and tickets
</sbb-link>

Properties

Name Attribute Privacy Type Default Description
accessibilityLabel accessibility-label public string | undefined This will be forwarded as aria-label to the inner anchor element.
disabled disabled public boolean false Whether the component is disabled.
download download public boolean | undefined Whether the browser will show the download dialog on click.
href href public string | undefined The href value you want to link to.
negative negative public boolean false Negative coloring variant flag.
rel rel public string | undefined The relationship of the linked URL as space-separated link types.
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.
target target public LinkTargetType | string | undefined Where to display the linked URL.

Slots

Name Description
Use the unnamed slot to add content to the sbb-link.
Impressum Contact Paramètres des cookies