tabs icon indicating copy to clipboard operation
tabs copied to clipboard

React tabs with hooks

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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup-plugin-terser](https://togithub.com/TrySound/rollup-plugin-terser) | [`5.3.1` -> `7.0.2`](https://renovatebot.com/diffs/npm/rollup-plugin-terser/5.3.1/7.0.2) | [![age](https://badges.renovateapi.com/packages/npm/rollup-plugin-terser/7.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-node-resolve](https://togithub.com/rollup/plugins) | [`7.1.3` -> `13.3.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/7.1.3/13.3.0) | [![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-node-resolve/13.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I get this error when I install ![image](https://user-images.githubusercontent.com/58730756/111944364-7dfca380-8afd-11eb-885e-f3f1f4f19f25.png)

This PR aims to fix #219. To do so a change was done in the way `` and `` are counted. Previously `` and `` were counted based on how...

Using React.StrictMode to wrap our app give inconsistent results in how the Tabs and Panels indexes are generated. Related issue: [Wonderflow Design System #153](https://github.com/wonderflow-bv/design/issues/153)

I am using the accordion tabs and it so happens that the react-select control is in the middle of the panel. When the user clicks the 'select' the popup window...

`innerState` defaultValue set 0 to 1 is work ``` export const Tabs: TabsComponent = ({ state: outerState, children }) => { const innerState = useState(1) const elements = useConstant(() =>...