Page: Footer

This template is specifically designed for creating a Page Footer component in your main Page template.

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

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

Last updated