Skip to main content

Breadcrumb

Description

A simple breadcrumb

Breadcrumb

{{ component('proglab_breadcrumb', {
pages : [
{
'title' : 'Title of the link',
'link' : '/page'
}
],
homepageUrl: 'http://localhost',
homepageLabel: 'Homepage',
}
) }}

Parameters

ParameterTypeDescriptionDefault Values
titlestringRequired
url?stringThe link
homepageUrl?stringRoute name
homepageLabel?stringLabel of the linkHomepage

Usage/Examples

{{ component('proglab_breadcrumb', {
pages : [
{
'title' : 'Title of the link'
}
]
}) }}