Material Design Stepper Add-on

I have used this add-on on a Vaadin 8 project and it work amazingly well and trying to find a similar add on for flow. Any recommendations?

Thanks

There is no similar add-on for Vaadin 10+ yet.

One approach to achieve something similar, could be to use Accordion to split step by step form in to accordion panels, I have example here:

https://github.com/TatuLund/devday-demo-flow/blob/master/src/main/java/com/vaadin/devday/demo/views/AccordionView.java

I was able to mock up a simple wizard stepper using TimeuWizard webcomponent.

Thanks!