# Views: view--grid

### Key Features

* **Customizable HTML Attributes**: Supports adding HTML attributes to the wrapping element, enhancing both functionality and styling.
* **Flexible Grid Options**: Adapts to various grid styles based on the view's configuration, including alignment and column settings.
* **Dynamic Item Rendering**: Efficiently handles the rendering of grid items, with support for both horizontal and vertical alignments.

### Customization Options

* **Styling Flexibility**: Utilize utility classes to tailor the appearance and layout of the grid.
* **Adaptive Content Display**: Configurable for different types of content, making it suitable for a wide range of applications.

### Usage

```twig
{% include 'radix:views-view--grid' with {
  title: 'Grid Title',
  view: view_object,
  rows: view_rows,
  options: grid_options,
  items: grid_items,
  view_view__grid_utility_classes: ['additional-utility-class']
} %}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trydrupal.com/radix/components/views-view-grid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
