You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a screen 1024 wide and 30 tabs, which don’t fit on the screen. Maybe the first 5 do.
ideally, I could set a prop to allow the tabs to be scrolled left and right to show any subset of the 30 tabs.
I do not want the entire page to scroll left/right!
one prop to enable scrolling.
one prop to always show a left and right chevron surrounding the visible tabs. Otherwise the chevrons show up automatically when you can scroll the tabs left and/or right.
one prop to disable the chevrons altogether. But on tablet, you can swipe left/right on the tabs to scroll others into view.
I have a screen 1024 wide and 30 tabs, which don’t fit on the screen. Maybe the first 5 do.
ideally, I could set a prop to allow the tabs to be scrolled left and right to show any subset of the 30 tabs.
I do not want the entire page to scroll left/right!
one prop to enable scrolling.
one prop to always show a left and right chevron surrounding the visible tabs. Otherwise the chevrons show up automatically when you can scroll the tabs left and/or right.
one prop to disable the chevrons altogether. But on tablet, you can swipe left/right on the tabs to scroll others into view.
See https://mui.com/material-ui/react-tabs/#scrollable-tabs for an example.
The text was updated successfully, but these errors were encountered: