Stepper using vanilla renderer

Hello, I was using Material renderers previously but now I switched to vanilla renderer. I did have a stepper {variant: 'stepper', showNavButtons: true} before but I couldn’t find anything in the documentation on how to emulate this using vanilla renderers. Could you give me a link or explain briefly how to achieve this?

Hi @Agent47 ,

unfortunately there is not stepper categorization renderer in the react vanilla renderers. Currently, only the react material and the vue vanilla renderer sets offer this. Thus, you need to implement this as a custom renderer if you require this within the vanilla renderers. We would also accept a contribution for this.

As a starting point, you can have a look at the material stepper renderer and the vue vanilla stepper renderer

Best regards,
Lucas

1 Like