UNPKG

766 BJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define(['module'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod);
11 global.breadcrumbConfig = mod.exports;
12 }
13})(this, function (module) {
14 'use strict';
15
16 module.exports = {
17 variants: [{
18 name: 'default',
19 label: 'Breadcrumb',
20 notes: 'Breadcrumb enables users to quickly see their location within a path of navigation and move up to a parent level if desired.',
21 context: {
22 items: [{
23 label: 'Breadcrumb 1'
24 }, {
25 label: 'Breadcrumb 2'
26 }, {
27 label: 'Breadcrumb 3'
28 }]
29 }
30 }]
31 };
32});
\No newline at end of file