Hey there! I'm working on developing a UI using Material-UI, and I want to make it so that the menu can be collapsed into a slide-in style menu when accessed on a mobile device.
Currently, I'm using tabs which allow for sliding left and right, but I'm looking to switch to a horizontal menu that can also be collapsed into a slide-in menu on mobile devices.
I know I could use Hidden to only show the menu if it's the same width, but I'm hoping for something smoother, like what Bootstrap offers.