Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.31 KB

index.zh-hans.md

File metadata and controls

56 lines (44 loc) · 1.31 KB
type aliases title linkTitle date draft nav_weight nav_icon series categories tags images authors
docs
/zh-hans/docs/modules/footer/menus/
页尾菜单
菜单
2023-02-19 08:14:04 +0800
false
10
vendor name
bs
list
文档
模块
菜单
页尾
页尾菜单
HB

本文将描述如何配置页尾菜单。

如图所示,页尾菜单具有两级层次。

菜单集标识

页尾菜单集标识为 footer

页尾菜单项参数

Parameter Type Description
icon object 图标参数。
icon.vendor string 图标供应商,必填。
icon.name string 图标名称,必填。
icon.color string 图标颜色。
icon.className string 图标 CSS 类名。

详情请参阅[菜单配置]({{< ref "docs/configuration/menus" >}})和[图标配置]({{< ref "docs/configuration/icons" >}})。

Example

页尾菜单示例

{{< bs/config-toggle filename=menus >}} {{% code-snippet example.yaml %}} {{< /bs/config-toggle >}}

上述例子实用 Bootstrap 图标,你也可以使用其他图标,比如 Font Awesome、Feather、Tabler、Simple 等。