tabs icon indicating copy to clipboard operation
tabs copied to clipboard

React Tabs

Results 120 tabs issues
Sort by recently updated
recently updated
newest added

希望可以为指定的多个tab增加group,以便于分组

When I import the modules like default `import Tabs, { TabPane } from 'rc-tabs';` The compiler throws an error which says the TabPane module is not available. `TS2614: Module '"rc-tabs"'...

[ant-design/issues/35083](https://github.com/ant-design/ant-design/issues/35083) Add menuTab resizeScrollToTab

Hi. I can not slide between tabs, i only need to use arrows. How can I remove arrows and just slide?

After pulling in version `11.7.1` I get the error below. Switching back to `11.7.0` fixes it. So, somehow this must be a regression. ``` ERROR in ./smc-webapp/node_modules/rc-tabs/es/Tabs.js Module not found:...

**Live Demo:** [https://rc-tab-contribution-demo-cyan.vercel.app/demo/allow-scroll-tab-cross-tab-on-touch-move](https://rc-tab-contribution-demo-cyan.vercel.app/demo/allow-scroll-tab-cross-tab-on-touch-move) **allowScrollCrossTabOnTouchMove = true** ![True-AllowScrollCrossTabOnTouchMove](https://user-images.githubusercontent.com/90367928/166252397-08813ed8-714b-4ad7-aafb-de00bffec5b8.gif) **allowScrollCrossTabOnTouchMove = false or undefined** ![False-AllowScrollCrossTabOnTouchMove](https://user-images.githubusercontent.com/90367928/166252500-13bc5333-afb3-4719-88d5-74941fe8857b.gif)

**Update `react-router` deps to fix error: TypeError: reactRouter.matchPath is not a function.** ![Screenshot](https://user-images.githubusercontent.com/90367928/166219892-dbf9f6ad-8e41-4594-bfbf-38b4bccbca68.png)

请问tabs下面的两条边框线怎么去除,不是选中的蓝色线,是下面的边框线

[![QQ20220409-223627-HD](http://5XJD.tipian02.cn/l1_tb92SD)](https://user-images.githubusercontent.com/39730999/162579255-6b08ec95-4e34-42e5-bf9c-391534238f88.mp4) ![image](https://user-images.githubusercontent.com/39730999/162578848-39a2e5fd-d672-41f1-97c6-93ea92267f39.png) 实际使用中,当`animated`为true的时候,对于`tabPosition`的四个方向都支持动画过渡效果,但是仅支持横向的过渡效果,当`tabPosition`为`left/right`的时候,动画效果应该是纵向过渡的,如果暂时不考虑支持纵向过渡动画,并且要与文档描述相符的话,则当`tabPosition`为`left/right`的时候需要禁用动画效果

这个变动的性质是? - [ ] 新特性提交 - [x] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] TypeScript 定义更新 - [ ]...