mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add new feature: Breadcrumb component (#632)
* Add breadcrumb component * Change breadcrumb component structure * Remove flex-wrap from breadcrumb component
This commit is contained in:
committed by
Jeremy Thomas
parent
6f128bd2e7
commit
fe9d971c7f
@@ -1,6 +1,9 @@
|
||||
<nav class="nav has-shadow">
|
||||
<div class="container">
|
||||
<div class="nav-left">
|
||||
<a class="nav-item is-tab {% if page.doc-subtab == 'breadcrumb' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
|
||||
Breadcrumb
|
||||
</a>
|
||||
<a class="nav-item is-tab {% if page.doc-subtab == 'card' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/card/">
|
||||
Card
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user