2017-07-16 18:44:28 +00:00
|
|
|
<nav class="navbar has-shadow">
|
2017-08-30 20:33:49 +00:00
|
|
|
<div class="container">
|
2017-09-05 13:09:31 +00:00
|
|
|
<div class="navbar-tabs">
|
2017-08-30 20:33:49 +00:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'breadcrumb' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
|
|
|
|
Breadcrumb
|
|
|
|
</a>
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
Card
|
|
|
|
</a>
|
2017-08-30 20:33:49 +00:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'dropdown' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/dropdown/">
|
|
|
|
Dropdown
|
2016-09-11 11:00:49 +00:00
|
|
|
</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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
Modal
|
|
|
|
</a>
|
2017-08-30 20:33:49 +00:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'navbar' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/navbar/">
|
|
|
|
Navbar
|
|
|
|
</a>
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
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/">
|
2016-09-11 11:00:49 +00:00
|
|
|
Tabs
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|