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 Releases Design Tokens Komponenten Overview Base Informationen Overview Base Components Sense & Purpose Community Assets Instructions Power-Apps Digital banner ads SAP Design Guidelines App Icons Breadcrumb Info

What does the component do?

It is part of the breadcrumb-group component.

When should the component be used?

  • Only within the breadcrumb-group component.

Parent Components

Breadcrumb-Group
Anatomy
Anatomy of the component
Number Type Description Optional Info
1a Component sbb-breadcrumb No Nur Icon
1b Component sbb-breadcrumb No Nur Label
2 Component sbb-icon - Dient zur Trennung zweier Breadcrumbs
Demo

Playground

Breadcrumb Label
Icon Yes No Background White Milk Iron Charcoal Black

Examples

Default
Icon
Icon And Text
Slotted Icon And Text
Long Content
No Link
HTML-Markup kopiert.
Implementation

The sbb-breadcrumb is a component used to display a link to a page.

When it's used within the sbb-breadcrumb-group component,
it can display the list of the links the user visited to arrive at the current page.

Slots

It is possible to provide a text 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.
Text and icon are not exclusive and can be used together.

<sbb-breadcrumb href="/contact">Contact us</sbb-breadcrumb>

<sbb-breadcrumb href="/book-your-trip" icon-name="travel-backpack-medium"></sbb-breadcrumb>

<sbb-breadcrumb href="/info">
  Info
  <sbb-icon slot="icon" name="circle-information-small"></sbb-icon>
</sbb-breadcrumb>

Link properties

It's possible to set all the link related properties (download, href, rel and target).

<sbb-breadcrumb href="/info" target="_blank" rel="help">Info</sbb-breadcrumb>

Accessibility

The aria-current property should be used to make the breadcrumb read correctly by screen-readers when the component
is used in the sbb-breadcrumb-group.

By default, the sbb-breadcrumb-group component sets aria-current="page" on the last slotted sbb-breadcrumb.

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.
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.
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.
rel rel public string | undefined The relationship of the linked URL as space-separated link types.
target target public LinkTargetType | string | undefined Where to display the linked URL.

Slots

Name Description
Use the unnamed slot to add content to the breadcrumb.
icon Use this to display an icon as breadcrumb.
Imprint Contact Cookie settings