Bootstrap for Vaadin.
Designed to use bootstrap's grid system in Vaadin applications to enable mobile-ready views without writing a single line of css.
The library is ready to be used by any Vaadin project and requires no widgetset compilation.
<dependency>
<groupId>com.lbs</groupId>
<artifactId>vaadin-bootstrap</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>