oluwasayo / vaadin-button-flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Running the component demo

Run from the command line:

  • mvn clean install
  • mvn jetty:run

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

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

About

License:Other


Languages

Language:Java 97.9%Language:HTML 2.1%