|
@ -1,13 +1,22 @@ |
|
|
--- |
|
|
--- |
|
|
layout : 'default' |
|
|
layout : 'default' |
|
|
css : 'breadcrumb' |
|
|
css : 'breadcrumb' |
|
|
|
|
|
|
|
|
|
|
|
element : 'breadcrumb' |
|
|
|
|
|
elementType : 'collection' |
|
|
|
|
|
|
|
|
title : 'Breadcrumb' |
|
|
title : 'Breadcrumb' |
|
|
description : 'A breadcrumb is a menu to show the location of the current section in relation to other sections.' |
|
|
description : 'A breadcrumb is a menu to show the location of the current section in relation to other sections.' |
|
|
type : 'UI Collection' |
|
|
type : 'UI Collection' |
|
|
|
|
|
themes : ['Default'] |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
<%- @partial('header') %> |
|
|
<%- @partial('header') %> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet/less" type="text/css" href="/build/less/definitions/collections/breadcrumb.less" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="main container"> |
|
|
<div class="main container"> |
|
|
|
|
|
|
|
|
<div class="peek"> |
|
|
<div class="peek"> |
|
|