I use Tabs and Tab from mui https://mui.com/material-ui/react-tabs/ I have this kind of code ->
<Tabs variant="scrollable">
<Tab 1 />
...
<Tab x />
</Tabs>
I want to snap the next tab on the left after scrolling. I can’t find something in docs.
Any suggestions on how to archive this?
I tried reading the docs. I tried scrollSnapType and scrollSnapAlign on the <Tabs element. Without success.