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
@@ -43,7 +43,7 @@ route: documentation
|
||||
<a href="{{ site.url }}/documentation/elements/box/">Elements</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'components' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/components/card/">Components</a>
|
||||
<a href="{{ site.url }}/documentation/components/breadcrumb/">Components</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'layout' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/layout/container/">Layout</a>
|
||||
|
||||
Reference in New Issue
Block a user