StarPass theme for Vaadin
StarPass theme
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
{
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ],
"parent": "starpass"
}
You can still make your own changes on top in the applications theme.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Released
- 2024-10-10
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24.3
- Vaadin 24.4
- Browser
- N/A
StarPass theme for Vaadin - Vaadin Add-on Directory
StarPass themeTo 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