react-tabs icon indicating copy to clipboard operation
react-tabs copied to clipboard

An accessible and easy tab component for ReactJS.

Results 73 react-tabs issues
Sort by recently updated
recently updated
newest added

Similar issue here (but the solution didn't work for me): https://github.com/reactjs/react-tabs/issues/300 To reproduce: 1. Add tabs 2. Click tab once to focus, and once again Video showing the effect: https://www.loom.com/share/39ceae408e0b4ae0aa2709fd589d9f6b...

I have a really weird problem with react-tabs I have 2 desktops: - Samsung 4k LU28R550UQUXEN - MacBook pro m2 14" Now if I run this code in the latest...

noticed in version v4.0.1 current solution: backporting to v.3.2.3 Selecting a tab applies the `react-tabs__tab--selected` class to the chosen `` element. CSS is being applied, but it's not showing on...

I have a case where I would need to scroll horizontally because there are too many open tabs. Would you be interested if I prepare a PR adding support for...

enhancement

I am rendering multiple components in different react-tabs but whenever I switch between those tabs my components gets re-render. Is there anyway to stop this re-rendering on switching tabs?

When Im on different tab than first, when I refresh the page, there is weird error where no content on any tab is visible, and first tab is underlined as...

need feedback

Just wondering if it is possible to configure so I don't get an warning error there should be the same number of Tabs as TabPanels. Thanks for the simple to...

I think it'd be better for semantics to use `` tags instead of `` tags for the Tab buttons. [This article](https://fvsch.com/code/styling-buttons/) reminded me of this, stating that > If it...

Component React-tabs closes the React-select list when the tab is clicked. When adding a regular div and calling onclick, select works fine without closing. What should i do to keep...

currently, there are two quite fundamental keyboard access issues on the demo page at https://reactcommunity.org/react-tabs/ * the `` containing the source swallows `Tab` presses. once focus is in the textarea,...