Vaadin Wizard Responsive

I’m making use Wizard addon in my application however I want it to be responsive. Please let me know how to achieve that.

Thanks

Did you check the docs already?
https://vaadin.com/docs/v8/framework/themes/themes-responsive.html

-Olli

Hi,

Yes, I have another doubt that if I want to add a button on last screen of wizard. How can I achieve that?

That shouldn’t be a problem, just use the addComponent() method to add a Button component to your Layout.

-Olli