Skip to content
Discussion options

You must be logged in to vote

Yes, that's possible. I suggest that you look at our navigation tabs implementation that is only mounted on screens above 1220px.

Specifically here:

<!-- Navigation tabs -->
<nav
class="md-tabs"
aria-label="{{ lang.t('tabs') }}"
data-md-component="tabs"
>
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
{% for nav_item in nav %}
{% include "partials/tabs-item.html" %}
{% endfor %}
</ul>
</div>
</nav>

... and here:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sbxchicago
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants