HB Breadcrumb Component

HB breadcrumb component for indicating the current page’s location.

Modulegithub.com/hbstack/breadcrumb
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Partial

To use it, you’ll need to include the partial in particular position of templates.

1{{ partial "hb/modules/breadcrumb/index" . }}

The partial accepts page as the context.

Page Parameters

Breadcrumb icons

The nav_icon is used to display an icon on breadcrumb item.

1+++
2[nav_icon]
3  name = 'book'
4  vendor = 'bs'
5+++
1---
2nav_icon:
3  name: book
4  vendor: bs
5---
1{
2   "nav_icon": {
3      "name": "book",
4      "vendor": "bs"
5   }
6}

Learn more icons usage on icons configuration.