Page: Title
The Page Title component is responsible for rendering the page's main heading using the h1 HTML tag.
Available Properties:
Examples
{% include 'radix:page-title' %}{% include 'radix:page-title' with {
display: 'display-1'
}
%}{% include 'radix:page-title' with {
page_title_utility_classes: ['custom-section-title1', 'custom-title2']
}
%}Last updated