StarPass theme for Vaadin - Vaadin Add-on Directory
StarPass theme> **Deprecated**
>
> Vaadin 25 introduced **Aura theme** which makes this addon irrelevant. The default styling in Aura is well aligned with the StarPass demo's visual styles, with benefit of being much more customizable.
To install this add-on, check out the latest version and Maven/Gradle dependency snippets from the Directory.
org.parttio:starpass-theme:LATEST
After setting the dependency in pom.xml, update your frontend/themes/mytheme/theme.json to have parent configuration
```json
{
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ],
"parent": "starpass"
}
```
You can still make your own changes on top in the applications theme.
Online DemoView on GitHub
StarPass theme for Vaadin version 1.0.0
First experimental release
StarPass theme for Vaadin version 1.0.1