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 Card-Badge Info

What does the component do?

It is part of the card and selection-expansion-panel component.

When should the component be used?

  • Only within the card and selection-expansion-panel component.

Parent Components

Card
Anatomy
Anatomy of the component
Number Type Description Optional Info
1 Slot Beliebiger Inhalt erlaubt No
2 Component sbb-card-badge Yes
Demo

Playground

%from CHF92.50Black Friday
Color Charcoal White Background White Milk Iron Charcoal Black

Examples

Charcoal
White
HTML-Markup kopiert.
Implementation

The sbb-card-badge can contain some information like prices or discounts,
and can be used in sbb-card or
sbb-selection-expansion-panel.

To achieve the correct spacing between elements inside the card badge, we recommend to use span-elements.
All content parts are presented with a predefined gap in between.

<sbb-card>
  <sbb-card-badge aria-label="Super saver sales ticket price starts at CHF 19.99">
    <span>%</span>
    <span>from CHF</span>
    <span>19.99</span>
  </sbb-card-badge>
  Card content...
</sbb-card>

Accessibility

It's recommended to place an aria-label on sbb-card-badge to describe the displayed information in a full sentence,
as in the example above.

Properties

Name Attribute Privacy Type Default Description
color color public 'charcoal' | 'white' 'charcoal' Color of the card badge.

Slots

Name Description
Use the unnamed slot to add content to the badge. Content parts should be wrapped in <span> tags to achieve correct spacings.
Imprint Contact Cookie settings