App tool bar
<PageHeader
className="site-page-header"
onBack={() => null}
title="Some title"/>
Accordion
<Collapse defaultActiveKey={["1"]}>
<Collapse.Panel header="Accordion 1" key="1">
<p>Some text</p>
</Collapse.Panel>
<Collapse.Panel header="Accordion 2" key="2">
<p>Some text</p>
</Collapse.Panel>
<Collapse.Panel header="Accordion 3" key="3">
<p>Some text</p>
</Collapse.Panel>
</Collapse>
Card
Shrimp and Chorizo Paella
<Card
title="Shrimp and Chorizo Paella"
extra={
<a href="#">
<HeartFilled />
</a>
}
cover={
<img
alt="Paella"
src="https://material-ui.com/static/images/cards/paella.jpg"
/>
}
actions={[<DownOutlined />]}
>
<Card.Meta
avatar={<Avatar>R</Avatar>}
title="Shrimp and Chorizo Paella"
description="This impressive paella is...."
/>
</Card>
<Card title="Loading content" hoverable loading />