---
title: BlockHeader
subtitle: 标题
path: component/block-header
group: 展示
---

## BlockHeader 标题

这是一个模块标题。

## API

| 参数            | 说明               | 类型             | 默认值      | 备选值     |
|------          |------              |------            |--------    |--------   |
| prefix         | 自定义前缀           | string          | `'zent'`    |           |
| className      | 自定义类名          | string            |   ''    |              |
| title          | 标题               | string            |         |              |
| tooltip        | pop显示内容         | node             |          |             |
| content        | 自定义content       | node             |            |           |
| childAlign     | 子元素对齐方式 | string | `'left'`  | `'left'、'right'` |
| position       | pop posotion       | string           | 'top-right' |          |

