I'm trying to implement the Material vertical stepper for a wizard in my web application (using Angular and Bootstrap).
Unfortunately I do not find any example implementations that I can use as a basis. I only found a few (not-so-good-looking) horizontal ones. Even Angular Material does not implement this component yet.
Anybody able to help with an example for the layout (HTML + CSS)? In particular, I do not know how to correctly draw the step circles (with numbers or -in my case- icons), connect them with lines and position them correctly compared to the step content on different devices. The logic/navigation (JS/Angular) on the other hand is quite straightforward.