tabs
tabs copied to clipboard
React Tabs
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:  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/
 when had one:  source: https://github.com/react-component/tabs/blob/master/src/InkTabBarNode.js#L39 To be discussed。
 When user scroll down and going up then above UI changed to below due to translate style.  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...