Integration with Gwt BootStrap Tour

Hi Cuba Team,

I want to add Gwt BootStrap Tour into my project.
I have updated build.gradle, insert this dependency compile(‘com.github.christianlacerda:gwt-bootstrap-tour:0.10.1’)
But, when i assemble the project, the library don’t load properly. How can i achive this?

Hi,

If you want to integrate a third party GWT library then you have to create web-toolkit module using Studio - Create module - Create web toolkit module action and add your library to web-toolkit module dependencies. You will be able to use your GWT library only if you write a server side Vaadin component that will use that GWT library.

You can read more about creating custom Vaadin components here: