<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-boot-starter</artifactId>
</dependency>
SpringBoot 2
Vaadin 12.0.3
Horizontal and Vertical Layouts work fine for me. I wanted to try CssLayout but don't see it in the class path. Examples that show CssLayout at work, import from com.vaadin.ui.CssLayout
. I don't see that package.
Is dependency configuration incorrect, or have things changed in latest Vaadin?