# Views: view

### Key Features

* **Dynamic Class Assignment**: Incorporates multiple classes based on the view's properties, such as the view ID, display ID, and a CSS-safe version of the view name.
* **Flexible Content Areas**: Supports various optional sections like header, footer, exposed filters, and attachment views for comprehensive content display.
* **Utility Class Integration**: Facilitates the addition of extra utility classes for specific design and styling requirements.

### Customization Options

* **Adaptive Styling**: Utilize utility classes to customize the appearance and layout of the view.
* **Content Sections**: Manage multiple content areas including headers, footers, and attachments for a versatile presentation of view data.

### Usage

```twig
{% include 'radix:view-view' with {
  title: 'View Title',
  header: view_header,
  footer: view_footer,
  rows: view_rows,
  empty: 'No data available',
  pager: view_pager,
  exposed: exposed_filters,
  feed_icons: feed_icons,
  more: more_link,
  attachment_before: attachment_before_content,
  attachment_after: attachment_after_content,
  css_name: 'css-safe-view-name',
  dom_id: 'unique-dom-id',
  view_view_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.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.
