⚠️ This repository is deprecated
This project is the Component wrapper implementation of <vaadin-button>
element
for use from the server side with Vaadin Flow.
master
branch is the latest version that will at some point be released in the Vaadin platform. See other branches for other framework versions:
1.0
branch is Vaadin 10 LTS (Flow/Flow-component version 1.0)Run from the command line:
mvn -pl vaadin-button-flow-demo -Pwar install jetty:run-war
Then navigate to http://localhost:9998/vaadin-button
to view the demo.
Run from the command line:
mvn clean install -DskipTests
To use the component in an application using maven,
add the following dependency to your pom.xml
:
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow</artifactId>
<version>${component.version}</version>
</dependency>
Documentation for flow can be found in Flow documentation.
master
branch, from where those will be picked into any platform LTS versions if necessary.Apache License 2.0