mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
db976bba68
- Add lang field for all *.md files' frontmatters
971 B
971 B
lang |
---|
en-US |
Page Header
If path of the page is simple, it is recommended to use PageHeader instead of the Breadcrumb.
Basic usage
:::demo
page-header/basic
:::
Custom icon
:::demo
page-header/custom-icon
:::
Attributes
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
icon | icon | string | — | el-icon-back |
title | main title | string | — | Back |
content | content | string | — | — |
Events
Event Name | Description | Parameters |
---|---|---|
back | triggers when right side is clicked | — |
Slots
Name | Description |
---|---|
icon | custom icon |
title | title content |
content | content |