UNPKG

441 Btext/x-handlebars-templateView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<nav class="{{@root.prefix}}--breadcrumb" aria-label="breadcrumb">
9 {{#each items}}
10 <div class="{{@root.prefix}}--breadcrumb-item">
11 {{#if label}}
12 <a href="#" class="{{@root.prefix}}--link">{{label}}</a>
13 {{/if}}
14 </div>
15 {{/each}}
16</nav>
17
\No newline at end of file