Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 442 Bytes

vaadstrap

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>