This component recreates some of the functionalities of Vaadin 7 Grid Layout component for Vaadin Flow.
This component is part of Vaadin Component Factory.
Grid Layout component provides support to the following features:
- Create a GridLayout with predefined number of columns & rows
- Set spacing & margin
- Add components
- Build the project and install the add-on locally:
mvn clean install
- For starting the demo server go to vcf-gridlayout-demo and run:
mvn jetty:run
This deploys demo at http://localhost:8080
Just create a Grid Layout component in the same way as in Vaadin 7.
For example:
GridLayout grid = new GridLayout(4, 4);You can report any issue or missing feature on GitHub.
Apache License 2.0.