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

I've seen in the examples (http://react-component.github.io/tabs/examples/swipeInkTabBar.html) there are options to center the tabs content by setting a page size, however, I don't see it anywhere in the code. Is there...

Hi! First, thank you for the great library! I believe there's a bug with how swiping works on mobile, I made a short video to demonstrate: ![swipe-bug](https://user-images.githubusercontent.com/29942158/41646269-0283d272-747c-11e8-8d0b-dbfc4163ba55.gif) Steps to reproduce...

I've seen that it's using ``` width: 99999px; ``` by design to implement the scroll but this causes some issues when using the tabs inside a flex container. We can...

When I use this component in a storyshot I get the following error: TypeError: Cannot read property 'scrollHeight' of undefined at ScrollableTabBarNode.getScrollWH Seems like it is relying on some browser...

Hello, I like this component tab but i found that the tabs can't be selected so the user can't copy the texts in tabs. any help ? best regards

When rc-tabs is nested and Updating the data in the inactive tab after switching to another tab will cause an internal tabbar's style exception. demo: https://53083m8y6l.codesandbox.io/

![image](https://user-images.githubusercontent.com/22249411/49224127-8eb01980-f41b-11e8-84d2-af405d6fabed.png) when had one: ![image](https://user-images.githubusercontent.com/22249411/49224148-a091bc80-f41b-11e8-8b04-c586138d04ca.png) source: https://github.com/react-component/tabs/blob/master/src/InkTabBarNode.js#L39 To be discussed。

![lux-1](https://user-images.githubusercontent.com/18065414/46402819-6effbc00-c71e-11e8-8257-e132d227ac71.png) When user scroll down and going up then above UI changed to below due to translate style. ![lux-2](https://user-images.githubusercontent.com/18065414/46402820-6f985280-c71e-11e8-91d3-d609d2c714a5.png) I inspect in rc-tab library and got in util.js a function...

I'm using `Tabs` from Ant Design and apparently they use the `ScrollableInkBar` component from this lib. As of few days ago, the ink bar has stopped showing for our vertical...