--- order: 5 title: zh-CN: 复杂的例子 en-US: Complex example --- ## zh-CN 使用操作区,并自定义子节点,适合使用在需要展示一些复杂的信息,帮助用户快速了解这个页面的信息和操作。 ## en-US Use the operating area and customize the sub-nodes, suitable for use in the need to display some complex information to help users quickly understand the information and operations of this page. ```jsx import { PageHeader, Tag, Tabs, Button, Statistic, Row, Col } from 'antd'; const TabPane = Tabs.TabPane; const Description = ({ term, children, span = 12 }) => (
{term}
{children}
); const content = ( Lili Qu 421421 2017-01-10 2017-10-10 Gonghu Road, Xihu District, Hangzhou, Zhejiang, China ); const extraContent = ( ); ReactDOM.render( window.history.back()} title="Title" subTitle="This is a subtitle" tags={Warning} extra={[ , , , ]} footer={ } >
{content}
{extraContent}
, mountNode ); ```