1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 22:02:22 +04:00
Files
tabler/preview/pages/_includes/layout/navbar-toggler.html
T

3 lines
287 B
HTML

<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="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>