tabs icon indicating copy to clipboard operation
tabs copied to clipboard

React Tabs

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

解决tab active以后加粗字体宽度变化,导致tab跳动的问题 对应在css增加 ``` &&::after { display: block; content: attr(data-tab); font-weight: 500; height: 0; color: transparent; overflow: hidden; visibility: hidden; } ``` issue: [https://github.com/ant-design/ant-design/issues/18652](https://github.com/ant-design/ant-design/issues/18652) pr: [https://github.com/ant-design/ant-design/pull/18940](https://github.com/ant-design/ant-design/pull/18940)

It would be great to allow styling the tabs using styled components. Is this possible?

If I do this: ```js } ... ``` I get the button as expected. However, if I do this: ```js } ... ``` I get an exception: ```exception Uncaught Error:...

How can we separate `TabContent` as our tab content is very expensive to rerender every time? It might be the value of a prop that changes in the `TabContent` which...

the component shows scroll buttons in left and right side of tab strip to show out-of-sight tabs. its might be good idea to support a popup mode too.

InkTabBarNode animates multiple times on page load. In this specific example the page is using hot module reloading, and react router dom. If we comment out the following line in...

I think a boolean prop that enables/disables the key event listeners would make a great addition. If you agree I'm happy to create a PR :)

enhancement