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

How do I make the contents in the TabPanel occupy the div 100%? for example, see the div in the below image "Any content 1" I'd like to put it...

If any child element of a `TabPanel` has `role='tab'` clicking on that element will cause the selected tab to become the first tab. Example: Clicking on `hello` will cause the...

Example: https://codesandbox.io/s/keen-shape-6x38g?file=/src/App.js In this example, I have one checkbox in panel 1 that updates a state variable and uses it for the checked prop. It's shared with another checkbox outside...

This is an accessibility bug caused by the same id being used multiple times in the DOM. What react-tabs does to cause this bug is it autogenerates ids for the...

Double click Peach on https://reactcommunity.org/react-tabs/ and all the tab text is highlighted.... This is on a Macbook, might not happen under windows, don't know, can't test.

The very basic functionality -- to close a tab -- is missing, and would be nice to have. In addition, draggable functionality also would be useful. For now I was...

I have dynamic tabpanel content. So I need to create component to call API. render () { return ( < TabPanel className="content__products" > ... But it cannot render. error: "There...

Hi all, I'm working on creating a drag and drop version of react tabs using react-dnd. React dnd requires a DndProvider context to be wrapped around any draggable/droppable objects. I'm...

Not a bug. I can't find example on generate new tab on your page. Mine is working but it doesn't generate new tab after you click on the row. Example:...

I want something [like this](https://www.jqueryscript.net/demo/Simple-jQuery-Collapsible-Panel-Plugin/) but automatically slide when changing tabs I already add custom css, but it seems not like I wanted here's my css `.react-tabs__tab-panel--selected { animation: slideeffect...