vaadin / vaadin-button-flow

Vaadin Flow Java API for vaadin/vaadin-button Web Component
https://vaadin.com/components/vaadin-button
Other
0 stars 8 forks source link

⚠️ This repository is deprecated

Button Component for Vaadin Flow

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:

Running the component demo

Run from the command line:

Then navigate to http://localhost:9998/vaadin-button to view the demo.

Installing the component

Run from the command line:

Using the component in a Flow application

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>

Flow documentation

Documentation for flow can be found in Flow documentation.

Contributing

License

Apache License 2.0