HB 麵包屑導航組件

HB 麵包屑導航組件可用於指示當前頁面的位置。

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

你需要於模板特定位置導入該 partial。

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

該 partial 接收頁面作為上下文。

頁面參數

Breadcrumb icons

參數 nav_icon 用於顯示圖標。

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}

更多圖標用法請參閱圖標配置

razonyang
2024年7月26日 星期五 2023年12月9日 星期六