Skip to content
Version:

Install

xml
<dependency>
    <groupId>de.mate_ds</groupId>
    <artifactId>mate-token-flow</artifactId>
</dependency>

Import

java
import de.mate_ds.flow.component.token.Token;

Usage

Instead of creating inline CSS var strings use Token constants. All CSS variables from @mate/theme/gen NPM package can be found there as Java pendants.

java
component.getStyle().set("background-color", Token.MateBackgroundBase);