Skip to content

Files

Latest commit

d930940 · Feb 27, 2025

History

History

vaadin-form-layout-flow-parent

FormLayout component for Vaadin Flow

This project is the Component wrapper implementation of <vaadin-form-layout> element for use from the server side with Vaadin Flow.

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-form-layout-flow</artifactId>
    <version>${component.version}</version>
</dependency>

License

Apache License 2.0