Registry / web-framework / vaadin-themes

vaadin-themes

JSON →
library8.30.1javamavenunverified

Vaadin themes provide visual styling for Vaadin web applications, including built-in themes like Valo and Reindeer.

<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-themes</artifactId> <version>8.30.1</version> </dependency>
INSTALL
IMPORT
SIG · VAADIN-THEMES
V
vaadin-themes
web-frameworkjavav8.30.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ValoTheme
com.vaadin.ui.themes.ValoTheme

Applies a Valo theme style to a button.

import com.vaadin.ui.themes.ValoTheme; import com.vaadin.ui.Button; public class Example { public static void main(String[] args) { Button button = new Button("Click"); button.addStyleName(ValoTheme.BUTTON_PRIMARY); } }
Debug
Known issues
breakingVaadin 8 themes are not compatible with Vaadin 10+ (Flow).
fix
Use Vaadin 10+ themes or migrate to Vaadin Flow.
affects: >=8.0.0 <10.0.0
Upgrade
Version history
8.30.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vaadin-themes — mvn dependency:get vaadin-themes · libregistry