MDL Stepper v2
Regarding the topics that people have issues (#25, #21, #9, and #2) about integration, I was reflecting about the future of this project and here are some points:
Why MDL-Stepper doesn't works with some frameworks/libraries?
The project, essentially, was designed to provide the component that you, the developer using Material Design Lite (MDL), expect the library to provide "natively". Below my quote on MDL repository:
As discussed at #1748 issue, the stepper is a component that is present in the Material Design specification and MDL has not support yet.
While the Material Design Lite team works in other parts of the library, I decided to create my own component.
[...] You can consider this as a polyfill to be used while the MDL do not include that. Maybe it can be useful and help other people to build their web apps.
Dependency
Currently our component should be implemented together Google library. The MDL Stepper depends of the component handler from Material Design Lite to register and upgrade it. Besides that, the Stepper makes reuse of components available on MDL as buttons and loading spinner (on steppers with feedback).
The component v2.x.x
I'm idealizing (no date set for now) a new major version. To become real we need to develop our own way to register and upgrade dynamically the component, implement the buttons and loading spinner components.
In this version we will keep independence and ability to integrate the component with any library or framework as Material Design Lite, Angular, Polymer, React or without them.
Thank you @ahlechandre it will be great... Release date of v2 ?
@odyright as said, no date set, maybe next month
any news?
@WuglyakBolgoink Unfortunately, I'm very busy, not able to work on this for now. Help wanted.
is there any git of this unreleased version? Happy to help where I can