13
13
< div class ="col s12 m8 offset-m1 xl7 offset-xl1 ">
14
14
<!-- Collections Section -->
15
15
< div id ="basic " class ="section scrollspy ">
16
- < div class ="row ">
17
- < div class ="col s12 ">
18
- < p class ="caption "> Breadcrumbs are a good way to display your current location. This is usually used when you have multiple layers of content.</ p >
19
- < h3 class ="header "> Basic</ h3 >
16
+ < div class ="row ">
17
+ < div class ="col s12 ">
18
+ < p class ="caption "> Breadcrumbs are a good way to display your current location. This is usually used when you have multiple layers of content.</ p >
19
+ < h3 class ="header "> Basic</ h3 >
20
20
21
- < nav >
22
- < div class ="nav-wrapper ">
23
- < div class ="col s12 ">
24
- < a href ="#! " class ="breadcrumb "> First</ a >
25
- < a href ="#! " class ="breadcrumb "> Second</ a >
26
- < a href ="#! " class ="breadcrumb "> Third</ a >
27
- </ div >
21
+ < nav class ="breadcrumb-wrapper ">
22
+ < div class ="col s12 ">
23
+ < a href ="#! " class ="breadcrumb "> First</ a >
24
+ < a href ="#! " class ="breadcrumb "> Second</ a >
25
+ < a href ="#! " class ="breadcrumb "> Third</ a >
26
+ </ div >
27
+ </ nav >
28
+
29
+ < pre style ="padding-top: 0px ">
30
+ < span class ="copyMessage "> Copied!</ span >
31
+ < i class ="material-icons copyButton "> content_copy</ i >
32
+ < code class ="language-html copiedText ">
33
+ < xmp >
34
+ < nav class ="breadcrumb-wrapper ">
35
+ < div class ="col s12 ">
36
+ < a href ="#! " class ="breadcrumb "> First</ a >
37
+ < a href ="#! " class ="breadcrumb "> Second</ a >
38
+ < a href ="#! " class ="breadcrumb "> Third</ a >
39
+ </ div >
40
+ </ nav >
41
+ </ xmp >
42
+ </ code >
43
+ </ pre >
28
44
</ div >
29
- </ nav >
45
+ </ div >
46
+ < div class ="row ">
47
+ < div class ="col s12 ">
48
+ < h3 class ="header "> Navbar style</ h3 >
49
+
50
+ < nav class ="navbar breadcrumb-wrapper ">
51
+ < div class ="nav-wrapper ">
52
+ < div class ="col s12 ">
53
+ < a href ="#! " class ="breadcrumb "> First</ a >
54
+ < a href ="#! " class ="breadcrumb "> Second</ a >
55
+ < a href ="#! " class ="breadcrumb "> Third</ a >
56
+ </ div >
57
+ </ div >
58
+ </ nav >
30
59
31
- < pre style ="padding-top: 0px ">
60
+ < pre style ="padding-top: 0px ">
32
61
< span class ="copyMessage "> Copied!</ span >
33
62
< i class ="material-icons copyButton "> content_copy</ i >
34
63
< code class ="language-html copiedText ">
35
64
< xmp >
36
- < nav >
65
+ < nav class =" breadcrumb-wrapper " >
37
66
< div class ="nav-wrapper ">
38
67
< div class ="col s12 ">
39
68
< a href ="#! " class ="breadcrumb "> First</ a >
@@ -45,8 +74,8 @@ <h3 class="header">Basic</h3>
45
74
</ xmp >
46
75
</ code >
47
76
</ pre >
77
+ </ div >
48
78
</ div >
49
- </ div >
50
79
</ div >
51
80
<!-- End collections -->
52
81
</ div >
0 commit comments