> 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/page-footer.md).

# Page: Footer

### Key Features

* **Attribute Management**: Facilitates handling footer attributes, ensuring they are correctly applied for customization needs.
* **Utility Class Integration**: Allows for the addition of custom utility classes to further tailor the footer's appearance and functionality.
* **Flexible Footer Content**: Supports dynamic content integration within the footer, making it adaptable to different types of footer designs.

### Customization Options

* **Dynamic CSS Classes**: Customize the appearance of the footer with custom CSS classes and utility classes.
* **Content Flexibility**: Easily integrate various types of content within the footer, allowing for a diverse range of design possibilities.

### Usage

```twig
{% include 'radix:page-footer' with {
  footer_utility_classes: ['utility-class'],
} %}
```
