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

Lyne

Basics Animation

Animation

Border

Border

Grid

Grid

Spacings

Spacings

Typography

Typography

Components Action-Group

Action-Group

Alert

Alert

Alert-Group

Alert-Group

Autocomplete

Autocomplete

Button

Button

Calendar

Calendar

Card

Card

Card-Badge

Card-Badge

Checkbox

Checkbox

Checkbox-Group

Checkbox-Group

Chip

Chip

Clock

Clock

Datepicker

Datepicker

Dialog

Dialog

Divider

Divider

Footer

Footer

Form-Error

Form-Error

Form-Field

Form-Field

Header

Header

Header-Action

Header-Action

Icon

Icon

Image

Image

Journey-Header

Journey-Header

Link

Link

Link-List

Link-List

Logo

Logo

Menu

Menu

Menu-Action

Menu-Action

Radio-Button

Radio-Button

Radio-Button-Group

Radio-Button-Group

Selection-Panel

Selection-Panel

Signet

Signet

Slider

Slider

Tab-Group

Tab-Group

Tab Title

Tab Title

Tag

Tag

Tag-Group

Tag-Group

Teaser

Teaser

Teaser-Hero

Teaser-Hero

Time-Input

Time-Input

Title

Title

Toggle

Toggle

Toggle-Check

Toggle-Check

Tooltip

Tooltip

Tooltip-Trigger

Tooltip-Trigger

Teaser-Hero Implementation

The hero teaser should be an eye-catcher and should have an emotional effect on the user with its large image component.

The sbb-teaser-hero is a link with a description, an action call and a background image.
You can either use slots or props to render the sbb-teaser-hero component.

Accessibility

The description text is wrapped into an <p> element to guarantee the semantic meaning.
Avoid slotting block elements (e.g. <div>) as this violates semantic rules and can have negative effects on screen readers.

Usage with props

<sbb-teaser-hero href="https://www.sbb.ch" link-content="Find out more" image-src="https://path-to-source" image-alt="SBB CFF FFS Employee">
Break out and explore castles and palaces.
</sbb-teaser-hero>

Usage with slots

<sbb-teaser-hero href="https://www.sbb.ch">
Break out and explore castles and palaces.
<sbb-image slot="image" image-src="https://path-to-source" alt="SBB CFF FFS Employee"/>
<span slot="link-content">Find out more</span>
</sbb-teaser-hero>

Properties

Property Attribute Description Type Default
href href The href value you want to link to. string undefined
imageAlt image-alt Image alt text will be passed to sbb-image. string undefined
imageSrc image-src Image src will be passed to sbb-image. string undefined
linkContent link-content Panel link text. string undefined
rel rel The relationship of the linked URL as space-separated link types. string undefined
target target Where to display the linked URL. string undefined

Slots

Slot Description
"image" the background image, can be a sbb-image
"link-content" link content of the panel
"unnamed" text content of panel

Dependencies

Depends on

Graph

graph TD;
sbb-teaser-hero --> sbb-link
sbb-teaser-hero --> sbb-image
sbb-link --> sbb-icon
style sbb-teaser-hero fill:#f9f,stroke:#333,stroke-width:4px

Demo
Break out and explore castles and palaces.
Short Too long
White Milk Iron Charcoal Black
More examples on Storybook
Imprint Contact Cookie settings