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.
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>
Apache License 2.0