Addon that recreates some of the functionalities of Vaadin 7 Grid Layout component for Vaadin Flow
Grid Layout component provides support to the following features:
- Creating a GridLayout with predefined number of columns & rows
- Setting spacing & margin
- Adding components
Install
Framework Support
Vaadin platform 14+
Browser Compatibility
Install with
Release notes - Version 1.1.0
- Add method to get component at given index.
- Update how components are added to container div so tab order is correct.