mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
493 B
493 B
order | title | ||||
---|---|---|---|---|---|
1 |
|
zh-CN
标准页头,适合使用在需要简单描述的场景。
en-US
Standard header, suitable for use in scenarios that require a brief description.
import { PageHeader } from 'antd';
ReactDOM.render(
<PageHeader onBack={() => null} title="Title" subTitle="This is a subtitle" />,
mountNode,
);