I am using material design UI react components for frontend in react , I am getting issue with the tabs , I want that when click on any of the mention tab the page automatically scroll bit down , right now when i click that tab page does not scrolls
I tried with react scroll module but it does not give the result , instead it throws me to the end of page ,
demo example : https://codesandbox.io/s/yko6x8r0wz
When Click on PageOne within in Tab section , it should scroll down a bit
Use the variant= scrollable.
<Tabs
value={false}
indicatorColor="primary"
textColor="primary"
variant="scrollable"
scrollButtons="auto"
>
This should work. Thank you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With