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

I am using react-tabs with dynamic add/removing. while i remove all tabs, and re-add some tab, I need to re-focus on tabs. I think we can make focus on the...

When selecting a tab in dark background creates another small overflow in the bottom of the tab because of the content added. I hope it will look better this way....

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.1` -> `9.11.1`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [css-minimizer-webpack-plugin](https://togithub.com/webpack-contrib/css-minimizer-webpack-plugin) | [`^5.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/css-minimizer-webpack-plugin/5.0.1/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/css-minimizer-webpack-plugin/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`5.0.9` -> `6.0.1`](https://renovatebot.com/diffs/npm/rimraf/5.0.9/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.10.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/pnpm/9.10.0/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.15.9` -> `10.7.0`](https://renovatebot.com/diffs/npm/pnpm/9.15.9/10.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) | action | major | `v2` -> `v4` | --- ### Release...

dependencies

It is possible to obtain the index number of the first selected tab, but it seems impossible to obtain the dom element itself. Is there a way?

### What does this PR do? Preserves the default `react-tabs` className in `UncontrolledTabs` when `props.className` is `undefined` or `null`. ### Why? Currently, spreading `{ ...defaultProps, ...props }` causes an explicit...