Bootstrap UI Module
The BootstrapUiModule
provides a component layer for generating
Bootstrap (v4) based web controls from
Java code. The controls are built on top of the Across Web ViewElement
infrastructure.
This module is a base component for building user interfaces. Other modules like AdminWebModule and EntityModule build on top of it.
Artifacts
The Bootstrap UI module dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>bootstrap-ui-module</artifactId>
</dependency>