-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Stepper] Mobile version #7033
Comments
That's definitely something we haven't implemented so far. Yes, we need to port the Stepper component to the |
@oliviertassinari would the preference be to create a separate |
I think that we will need different components to implement that feature, at least at the low level. Maybe we could find a higher-level API to mutualize the desktop and mobile version, but that's challenging, I wouldn't start by that. |
Cool, agreed, separate components makes sense to begin with. |
Initial I need to do;
|
You need to add |
…correctly in the demo.
* [Stepper] Mobile version - fixes #7033 * Change classes.mobileStepper for classes.root * Use theme.spacing.unit rather than hard coded padding and dot width/height * Optimise use of classNames for dotClassName * Fixed classes.root tests * Added props backButtonText and nextButtonText * Added position prop making MobileStepper not fixed by default. * Fixed linting issues * [MobileStepper] Second iteration
As far as I can tell a Mobile Stepper has not been implemented as outlined in https://material.io/guidelines/components/steppers.html#steppers-types-of-steps and I need one for a few projects I'm working on.
I'm wondering if something like this is currently in progress and if not would it be something that would like be welcomed as a PR?
The text was updated successfully, but these errors were encountered: