Currently, I have close to 30 tabs housed within Material UI Tabs. In order for the user to view all tabs, they must scroll two times. I am seeking a solution to display the tabs in two rows with a scroll, as opposed to one row with scroll. This would allow users to see most of the tabs with just one glance.
I have searched through the Material UI documentation but have not found a useful solution. I attempted to manually apply CSS styles, but unfortunately, I fell short in achieving my desired layout (my CSS skills are average).
To better illustrate my idea of having multiple row tabs
, please refer to this sample image:
https://i.sstatic.net/Q6WBI.png
Any assistance on this matter would be greatly appreciated.