# HelloGrid Example This example demonstrates the usage of the GridElement class which arranges its children in configurable grid patterns. ## Features Shown - Creating a GridElement with specified columns and rows - Setting spacing between grid cells - Adding multiple child elements to the grid - Automatic positioning of children in a grid layout - Different colored elements to visualize the grid structure ## How It Works The GridElement automatically distributes its children across a grid defined by: - Number of columns and rows - Horizontal and vertical spacing between elements Each child element is positioned in row-major order, filling the grid from left to right and top to bottom.