0 ? '' : 'none'; $refs.tab_fade_right.style.display = ($el.scrollWidth - $el.scrollLeft - $el.clientWidth) > 1 ? '' : 'none';"
class="border-bottom border-1 d-flex flex-nowrap list-unstyled overflow-x-auto tab-scrollbar-hidden"
x-ref="tablist"
x-init="$nextTick(() => { $refs.tab_fade_right.style.display = ($el.scrollWidth - $el.scrollLeft - $el.clientWidth) > 1 ? '' : 'none'; })"
role="tablist"
>
{% block tab_trigger %}
{% endblock %}
{% block tab_function %}
{% endblock %}
{% block tab_section %}
{% endblock %}