Standard

breadcrumb component has a label and link. Additionally, the first breadcrumb can be marked as initial and the last one as active. The component will render a breadcrumb navigation that allows users to understand their current location within the site's hierarchy and navigate back to previous levels if needed.

{%- call ui.util.call(show_example) -%} {%- raw %}
{%- call ui.util.call(ui.breadcrumb_wrapper) -%} {{ ui.breadcrumb("Home", href="/", initial=true) }} {{ ui.breadcrumb("Theeming", href="/theming") }} {{ ui.breadcrumb("Component", href="/theming/component", active=true) }} {%- endcall %}
{%- endraw %} {%- endcall %}