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 supplémentaires 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 Aperçu Releases Design Tokens Composants Aperçu Base Informations Aperçu Base Composants Aperçu Power-Apps Bandeaux publicitaires numériques SAP IA Design : Bases Icônes d’applications Cette page n'est pas disponible dans la langue souhaitée. Langues disponibles: Deutsch English Map-Container Demo Map Container
HTML in Zwischenablage kopiert.
Implementation

This component is the layout container for the disruption map, the level 3 navigation and the future ATLAS.

Slots

It provides two slots: one unnamed slot for the sidebar content, and one named map for the map.

<sbb-map-container>
  <div>Content</div>
  <div slot="map">Here comes the map.</div>
</sbb-map-container>

On mobile, the map is sticky above the sidebar, and the sidebar content is scrolling over the map.
On desktop, the sidebar and the map are shown in a two column layout side by side.

Properties

Name Attribute Privacy Type Default Description
hideScrollUpButton hide-scroll-up-button public boolean false Flag to show/hide the scroll up button inside the sidebar on mobile.

CSS Properties

Name Default Description
--sbb-map-container-margin-start var(--sbb-header-height) The component comes along with a height calculation that subtracts the height of the header. For specific use cases, this variable can be used to modify the preset height.
--sbb-map-container-mobile-sticky-block-start 0 If e.g. a header with a fixed height is placed before the map-container, the map should be sticky respecting this offset from the document's top. Only applied on mobile views. Most commonly it can be set to var(--sbb-header-height).
--sbb-map-container-sidebar-width zero-large:400px;ultra:480px Can be used to modify the width of the left sidebar.

Slots

Name Description
Use the unnamed slot to add content to the sidebar.
map Used for slotting the map.