Vaadin addon allows to create flexible responsive layouts and build nice looking dashboard. Vaadin Board key feature is how it effectively reorders UI components on different screen sizes, maximizing the use of space and looking stunning.
NOTE! You need to use 8.1.0 or higher version of Vaadin Framework
NOTE: vaadin-board
should be used together with vaadin-board-precompiled
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-board-precompiled</artifactId>
<version>1.0.0</version>
</dependency>