react-draggable-tab
react-draggable-tab copied to clipboard
Atom like draggable tab react component
When Tabs.js render() creates the element for a tab, it copies all of the tab's props. One of them, "uncloseable" (renamed from "disableClose" in my PR) is a boolean. Copying...
Awesome library, thanks. I find very quickly in the online demo that reordering tabs is buggy. Try your demo, reorder a few tabs, select them, reorder again, you should see...
When too many tabs are open, I do not see any way to scroll, or access the other tabs. Perhaps a drop down menu could be shown that lists the...
#70 https://github.com/georgeOsdDev/react-draggable-tab/issues/70#issuecomment-261428218
In the documentation it is mentioned that > All other props like onXX handler set to Tab will be passed to rendered element except onClick You can use any onXX...
Nice job on this library, it is very feature rich! I have a question. It seems like tabs are shown and hidden partially by using the "height" attribute on the...
Hi, I've been using your library and loving it! One thing I can't seem to do: I want to add a condition that prevents the user from switching tabs. I...
When too many tabs are open, after they are resized to be narrower automatically by the application, a tab will hide the plus button, limiting the amount of tabs that...
Let's say I have Tab1/Tab2/Tab3 If I drag Tab1 in front of Tab2, handleTabClick isn't called. If I drag Tab3 before Tab2 (so the order is Tab1/Tab3/Tab2) the handleTabClick function...