Class BootstrapStyles

java.lang.Object
com.foreach.across.modules.bootstrapui.styles.BootstrapStyles

public class BootstrapStyles extends Object
Contains strong typed accessors for all common Bootstrap CSS classes. Structure based on the documentation and css class format. This can be a more explanatory approach for determining the css classes to use.

Deliberately implemented as final instance fields, to have a fluent, readable but not too "intrusive" effect. Example: BootstrapStyles.css.margin.horizontal.auto

https://getbootstrap.com/docs/4.3/utilities/ https://getbootstrap.com/docs/4.3/components/

Since:
3.0.0
Author:
Arne Vandamme