Material-ui: Using old Stepper component

Created on 1 Sep 2017  路  5Comments  路  Source: mui-org/material-ui

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'"

  • Material-UI: ^1.0.0-beta.7
  • React: ^15.3.2
Stepper question

All 5 comments

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!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

activatedgeek picture activatedgeek  路  3Comments

mattmiddlesworth picture mattmiddlesworth  路  3Comments

newoga picture newoga  路  3Comments

revskill10 picture revskill10  路  3Comments

ghost picture ghost  路  3Comments