treblereel / gwtbootstrap3

GWT wrapper for the Bootstrap front-end framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWTBootstrap3 is a j2cl/gwt3 wrapper for Twitter Bootstrap, which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT).

Add GWTBootstrap3 to your project

You can easily add GWTBootstrap3 to your project by including the library as a Maven dependency.

<dependency>
    <groupId>org.gwtbootstrap3</groupId>
    <artifactId>gwtbootstrap3</artifactId>
    <version>1.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Current Snapshot

  • 1.1-SNAPSHOT
  • Snapshot Demo - GWTBootstrap3 v1.0-SNAPSHOT Demo. (Updated after every commit)

About

GWT wrapper for the Bootstrap front-end framework

License:Apache License 2.0


Languages

Language:Java 92.5%Language:JavaScript 7.5%Language:CSS 0.1%