Skip to content

Files

Latest commit

 

History

History
 
 

vaadin-ordered-layout-flow-parent

Layout components for Vaadin Flow

This project contains Component wrapper implementations of Vaadin ordered layout web components for use from the server side with Vaadin Flow. The following web components are covered: <vaadin-horizontal-layout> <vaadin-vertical-layout> <vaadin-scroller>

This project also contains FlexLayout, which is a server side layout component that implements CSS Flexbox.

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

License

Apache License 2.0