mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
74fa835f9f
- Add `type` into frontmatter field to avoid crowdin auto wrap
987 B
987 B
lang | type |
---|---|
en-US | component |
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 |