cf6ba3b42e
Co-authored-by: GU Yiling <justice360@gmail.com>
23 lines
540 B
Markdown
23 lines
540 B
Markdown
# Header <small>布局头部</small>
|
|
|
|
:::tip
|
|
`Header` 组件需要配合 [`Layout`](./layout) / [`Sidebar`](./sidebar) / [`Footer`](./footer) / [`Content`](./content) 组件使用。
|
|
:::
|
|
|
|
## 示例
|
|
|
|
见 [`Layout` 示例](./layout#示例)。
|
|
|
|
## API
|
|
|
|
### 属性
|
|
| 名称 | 类型 | 默认值 | 描述 |
|
|
| -- | -- | -- | -- |
|
|
| ``sticky`` | `boolean` | `false` | 是否吸顶。使用注意参考[`吸顶/吸底布局`](./layout#吸顶吸底布局)。 |
|
|
|
|
### 插槽
|
|
|
|
| 名称 | 描述 |
|
|
| -- | -- |
|
|
| ``default`` | 布局头部的内容。 |
|