> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/region.md).

# Region

### Usage

```twig
{% include 'radix:region' with {
  attributes: attributes.setAttribute('class', ['custom-class']),
  children: rendered_region_content,
} %}
```
