--- order: 8 title: zh-CN: 卡片式页签 en-US: Card type tab --- ## zh-CN 另一种样式的页签,不提供对应的垂直样式。 ## en-US Another type Tabs, which doesn't support vertical mode. ````jsx import { Tabs } from 'antd'; const TabPane = Tabs.TabPane; function callback(key) { console.log(key); } ReactDOM.render( Conten of Tab Pane 1 Conten of Tab Pane 2 Conten of Tab Pane 2 , mountNode); ````