{%- extends "theming/base_component.html" -%} {%- set parametrized = parametrized or ["grid", "row", "column"] -%} {%- block overview -%}

The grid component creates structured grid layouts that organize content in rows and columns. It works with row and column components to define the overall layout structure, providing responsive behavior and consistent spacing between elements.

The row component defines horizontal rows within the grid layout. It serves as a container for columns, ensuring that they are properly aligned and spaced. Rows typically handle spacing between columns and may also provide responsive behavior to adjust the layout based on screen size.

The column component defines individual columns within grid layouts. The column component typically accepts parameters for responsive behavior, allowing developers to specify how many columns an element should span on different screen sizes.

{%- endblock %}