mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
5 lines
440 B
HTML
5 lines
440 B
HTML
<!-- BEGIN NAVBAR TOGGLER -->
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"{% if include.target %} data-bs-target="#{{ include.target }}" aria-controls="{{ include.target }}"{% endif %} aria-expanded="false" aria-label="{% if include.target == 'sidebar-menu' %}Toggle sidebar navigation{% else %}Toggle primary navigation{% endif %}">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<!-- END NAVBAR TOGGLER --> |