Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using old Stepper component #8002

Closed
sabatsu opened this issue Sep 1, 2017 · 5 comments
Closed

Using old Stepper component #8002

sabatsu opened this issue Sep 1, 2017 · 5 comments
Labels
component: stepper This is the name of the generic UI component, not the React module! support: question Community support but can be turned into an improvement

Comments

@sabatsu
Copy link

sabatsu commented Sep 1, 2017

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
@stavlocker
Copy link

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.

@oliviertassinari
Copy link
Member

oliviertassinari commented Sep 1, 2017

You can use both v0.x and v1.x version at the same time. Also, please hold on #4799.

@oliviertassinari oliviertassinari added component: stepper This is the name of the generic UI component, not the React module! support: question Community support but can be turned into an improvement labels Sep 1, 2017
@sabatsu
Copy link
Author

sabatsu commented Sep 1, 2017

Great. Thasts good for me.
How would I use them both? I need to npm install both versions?

@oliviertassinari
Copy link
Member

@sabatsu Yes, you can install both with yarn and use both under the same react tree. #7195 gives some guidance.

@sabatsu
Copy link
Author

sabatsu commented Sep 1, 2017

@oliviertassinari THANKS a lot for all the great job!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: stepper This is the name of the generic UI component, not the React module! support: question Community support but can be turned into an improvement
Projects
None yet
Development

No branches or pull requests

3 participants