Wrapper around UNC Web Components
UNC Vaadin Components
UNC Vaadin Components is a Vaadin wrapper for UNC Web Components.
Usage
- Use your dependencies manager to include this library. Example with Maven:
<dependency>
<groupId>org.vaadin.addons.unc</groupId>
<artifactId>unc-vaadin-components</artifactId>
<version>${unc-vaadin-components.version}</version>
</dependency>
Install
Framework Support
Vaadin platform 20+
Install with
Release notes - Version 0.0.7
Fix bug on SelectEvent in UncHorizontalStepper. The current step index was always null.