Can I still use the old Stepper component? I really like the new MobileStepper, but I still want to use the old vertical Stepper for desktop view, but I get
"Module not found: Error: Cannot resolve module 'material-ui/Stepper'"
Same here, I really need the new stepper too.
Of course you cannot use the old Stepper component - MUI v1.x is a complete rewrite and doesn't contain the code that MUI v.0.8.17 did. @alexhayes had plans on re-implementing it (in a better way) but I have no idea how that's going.
You can use both v0.x and v1.x version at the same time. Also, please hold on #4799.
Great. Thasts good for me.
How would I use them both? I need to npm install both versions?
@sabatsu Yes, you can install both with yarn and use both under the same react tree. #7195 gives some guidance.
@oliviertassinari THANKS a lot for all the great job!!