Table of Contents

ComboStrap UI - Hierarchical Breadcrumb

About

A Hierarchical Breadcrumb is a breadcrumb that shows where the page is located in the page system tree in hierarchical order.

The label shown is the page name.

Combostrap offers two types of hierarchical breadcrumbs:

Type

A navigational hierarchical breadcrumb:

Illustration: Breadcrumbs are often placed horizontally before a page's main content (in the main header). You will find it on this page at this location:

Combostrap Hierarchical Breadcrumb

You can add a navigational hierarchical breadcrumb with the following syntax.

<breadcrumb/>

The output for this page is:

Typography

A typographical hierarchical breadcrumb permits to print the parent's pages as text.

This breadcrumb type can be used in a iterator fragment to print the page category as a subtitle.

The depth attribute represents the number of levels that should be printed backward

Example:

Depth of 1 will print the parent page

<breadcrumb typo depth=1 color="muted"/>

Navigation


Depth of 2 will print the parent and grandparent page

<breadcrumb typo depth=2 color="muted"/>

DocsNavigation