-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository 和 believe that this is not a duplicate. ### What problem does this feature solve? 目前使用带页签的卡片Card时,无法自定义Tab的属性,比如Card的size为small,但是Tab的size还是large,很不协调,希望像AntDesign一样可以通过tabProps传递Tab属性,或者增加一个tabSize属性 ### What does the proposed API look like? tabProps:{}或者tabSize:'small' | 'large' | 'default'