Skip to content

viritin/Gauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gauge

A Gauge component for Vaadin 24+. See Directory page for more details.

Built on top of https://github.com/antoniolago/react-gauge-component

Also contains more specific components like HumidityGauge, TemperatureGauge and EnvironmentMonitor.

The test directory contains a small Spring Boot application with examples.

Trivial usage example:

Gauge gauge = new Gauge();
gauge.setValue(75.0);
add(gauge);

About

Vaadin Java API for React Gauge

Resources

License

Stars

Watchers

Forks

Packages

No packages published