Breadcrumb
Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS.
Component Properties
Usage
{% include 'radix:breadcrumb' with {
breadcrumb: [
{ text: 'Home', url: '/home' },
{ text: 'Blog', url: '/blog' },
{ text: 'Post Title', url: null } // The current page
],
breadcrumb_utility_classes: ['my-custom-class']
} %}Last updated