I managed to make the React MUI Basic Tab component work with dnd-kit
. However, to switch tabs I had to 'brute force' it programmatically and use setFocus
for the <Tab... />
component. I also had to do the same thing for the styling.
I was wondering if there is a more friendly way to doing this?. I would appreciate any ideas/help for this.
Here is the example I made on Stackblitz.