---
order: 4
title:
zh-CN: 附加内容
en-US: Extra content
---
## zh-CN
可以在页签右边添加附加操作。
## en-US
You can add extra actions to the right of Tabs.
```jsx
import { Tabs, Button } from 'antd';
const { TabPane } = Tabs;
const operations = ;
ReactDOM.render(
Content of tab 1
Content of tab 2
Content of tab 3
,
mountNode,
);
```