Grid layout can be configured in a variety of ways using different props. Generally priority is given to responsive
props over non-responsive props and priority is given to template tracks over plain tracks. If none of the responsive
values match then the non-responsive values are used as a fallback. This means a responsive object can exclude the
zero key to use the value of tracks as the minimum value (which defaults to 1).
Renders children in a grid layout.
Grid layout can be configured in a variety of ways using different props. Generally priority is given to responsive props over non-responsive props and priority is given to template tracks over plain tracks. If none of the responsive values match then the non-responsive values are used as a fallback. This means a responsive object can exclude the zero key to use the value of
tracksas the minimum value (which defaults to1).