themarioga / gwtbootstrap4

GWT wrapper for the Bootstrap front-end framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWTBootstrap4 is a 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 GWTBootstrap4 to your project

You will be able to easily add GWTBootstrap4 to your project by including the library as a Maven dependency.

<dependency>
  <groupId>org.gwtbootstrap4org.gwtbootstrap4</groupId>
  <artifactId>gwtbootstrap4</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>

ToDo

  • Toasts
  • Utilities

Final Release

  • 0.0.1 - Released on 22 December 2023.
    • Based on Bootstrap v4.6.2
  • Demo - The GWTBootstrap4 1.0.0 Demo.
  • API Docs - The GWTBootstrap4 1.0.0 API Javadoc.
  • Supported Features - Current releases supported features.

Resources

  • Project Wiki - Help with getting started and other useful project help. Join the chat at https://gitter.im/gwtbootstrap4/gwtbootstrap4

About

GWT wrapper for the Bootstrap front-end framework

License:Apache License 2.0


Languages

Language:Java 99.4%Language:JavaScript 0.3%Language:Shell 0.3%