bulma/docs/_includes/subnav-components.html

48 lines
2.3 KiB
HTML
Raw Normal View History

2017-07-16 18:44:28 +00:00
<nav class="navbar has-shadow">
<div class="container">
2017-07-16 18:44:28 +00:00
<div class="navbar-brand">
2017-07-05 20:14:30 +00:00
{% if site.vernum >= 43 %}
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'breadcrumb' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
2017-07-02 23:17:42 +00:00
Breadcrumb
</a>
{% endif %}
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'card' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/card/">
Card
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'level' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/level/">
Level
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'media-object' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/media-object/">
Media object
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'menu' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/menu/">
Menu
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'message' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/message/">
Message
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'modal' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/modal/">
Modal
</a>
2017-07-05 20:14:30 +00:00
{% if site.vernum >= 43 %}
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'navbar' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/navbar/">
2017-07-02 23:17:42 +00:00
Navbar
</a>
{% else %}
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'nav' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/nav/">
2017-07-02 23:17:42 +00:00
Nav
</a>
{% endif %}
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'pagination' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/pagination/">
Pagination
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'panel' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/panel/">
Panel
</a>
2017-07-16 18:44:28 +00:00
<a class="navbar-item is-tab {% if page.doc-subtab == 'tabs' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/tabs/">
Tabs
</a>
</div>
</div>
</nav>