The following entity is available under an experimental flag and its API and behavior are subject to change.
The ui5-hero-banner is a flexible, full-width banner designed for placement at the top of a page.
It provides a personalized greeting and quick access to key information or actions.
Place the ui5-hero-banner at the top of a page to welcome the user and surface relevant
information or shortcuts at a glance.
The hero banner itself is non-interactive. However, interactive elements such as buttons, cards,
or search fields can be placed inside the free content slots and will follow their own
interactive states.
Defines the placement of the actions slot within the hero banner header. - TopEnd (default) - Actions are displayed to the right of the header text, at the top of the header row. - BottomStart - Actions are displayed below the header text, left-aligned, regardless of columnsRatio or slot usage.
Defines the ratio between the two content columns inside the hero banner. Takes effect only when endContent is provided. When no endContent is present, the content spans the full width (single column). - Equal - Two equal columns. Both content blocks share the available width equally. On smaller screens, both slots stack vertically. - FirstWider - Two unequal columns. The start content takes two-thirds of the width, the end content one-third. On smaller screens, both slots stack vertically.
Defines the vertical placement of the header block within the content area. - Top (default) - Header block is placed at the top of the content area. - Bottom - Header block is pushed to the bottom of column 1. Only takes effect when columnsRatio is Equal or FirstWider and only endContent is provided (no default slot content). When actionsPlacement is also BottomStart, the endContent slot spans the full height.
Defines text displayed above the heading as an overline. Can be used to show the current date, a status message, or any other relevant contextual information.
Defines action buttons displayed to the right of the header area. Typically used to display actions buttons in the top right corner. Can contain buttons, links, or other interactive elements that provide quick access to relevant actions directly from the hero banner header.
Defines the first (default) free content block of the hero banner. This is the default slot — content placed directly inside <ui5-hero-banner> without a slot attribute lands here. Can contain KPI cards, search input fields, text, buttons, and more.
Defines the second free content block of the hero banner. Used alongside startContent when columnsRatio is set (Equal, FirstWider). Can contain cards, buttons, and other interactive elements.