# Region

### Usage

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