-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
https://ant.design/components/tabs-cn#tabs-demo-custom-tab-bar-node
更便捷实现自定义操作
What does the proposed API look like?
通用版本
<DefaultTabBar {...tabBarProps}>
{(node) => (
<DraggableTabNode
{...(node as React.ReactElement<DraggableTabPaneProps>).props}
key={node.key}
>
{node}
</DraggableTabNode>
)}
</DefaultTabBar>
传递 default 插槽 传递 node
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels