Use Vaadin widgets in a normal GWT application

Hi,

I am developing a normal client-side GWT application where I would like to use some Vaadin widgets, like in here:

https://vaadin.com/book/-/page/widgets.vaadin.html

However when I run the example code, the Buttons don’t show up since a standard GWT theme is used instead of a Vaadin theme. Just the button text is displayed.

How can I use Vaadin themes in a normal GWT application?

Greetings Andreas

Extract the theme (and basetheme) to whatever folder you want, and add a style attribute to the header of your init HTML file. The themes are found in the vaadin-themes jar file.