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

FR: Material "Stepper" for a wizard-like sequence of steps #1748

Closed
salamanders opened this issue Oct 14, 2015 · 17 comments
Closed

FR: Material "Stepper" for a wizard-like sequence of steps #1748

salamanders opened this issue Oct 14, 2015 · 17 comments

Comments

@salamanders
Copy link

It would make a nice addition to mdl, and (as I recently found out) is a pain to code yourself.

@surma
Copy link
Contributor

surma commented Oct 14, 2015

As far as I remember, this is not listed as a component in the MD spec which is what we are trying to adhere to. We provide all the elements you’d need to build this yourself, but something like this is way too high level to go into the MDL library itself – especially considering the “L” stands for “Lite”.

@surma surma closed this as completed Oct 14, 2015
@janpieterz
Copy link

@surma I did find this link, suggesting otherwise: https://www.google.com/design/spec/components/steppers.html

@Garbee
Copy link
Collaborator

Garbee commented Oct 18, 2015

Ah, steppers were added to the spec this month. So, this is a good feature request for future inclusion.

@sgomes
Copy link
Contributor

sgomes commented Nov 3, 2015

@Garbee Do you think this is something that should be merged with Dialog, or is it something functionally different, in your mind?

@Garbee
Copy link
Collaborator

Garbee commented Nov 3, 2015

Stepper is a completely separate spec from Dialogs. It is for actual wizards whether on-page or in a dialog.

I already have mostly-working JS (minus dynamically adding/removing steps from the process), just need to redo styles to adhere to MD. Not going to work on that though until 2.x's lifetime.

@sgomes
Copy link
Contributor

sgomes commented Nov 3, 2015

Thanks, @Garbee! Let's keep this feature request open and separate, then.

@shivasurya
Copy link

Any improvement !?

@Garbee
Copy link
Collaborator

Garbee commented Dec 2, 2015

As I already said, no core effort is going into this until 2.x is released. We have bigger things to do than this.

Further, we probably wouldn't accept a PR for this before 2.x since things are going to change quite a bit for JavaScript it seems. This is a complex component we'd rather have done right the first time.

For now, this is left to userland implementations.

@addyosmani
Copy link
Contributor

Further, we probably wouldn't accept a PR for this before 2.x since things are going to change quite a bit for JavaScript it seems. This is a complex component we'd rather have done right the first time.

👍

@brianthelion
Copy link

+1 for steppers.

@shivasurya
Copy link

https://github.com/shivasurya/materialsteppers hey guys inspired and implemented for android! check it out if anyone needs

@Garbee
Copy link
Collaborator

Garbee commented Feb 1, 2016

@shivasurya This is a web development library, Android components aren't really useful for developers to integrate with their projects.

@shivasurya
Copy link

completely sorry for off topic ! btw if anyone interested in java,i hope they can follow.

@axdemelas
Copy link

axdemelas commented Feb 16, 2016

My polyfill: https://axdemelas.github.io/mdl-stepper/

@ghost
Copy link

ghost commented Aug 31, 2016

What's the status of this issue?

@Garbee
Copy link
Collaborator

Garbee commented Aug 31, 2016

No effort going towards implementing this currently. It will be done post-v2 launch.

@sfdexter
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants