# 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

<mark>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.</mark>

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