Files
Mangarr/templates/components/Toolbar.html.twig
Jérémy Guillot 858a5bed06 Added:
- toolbar and fixes
2024-06-29 14:51:10 +02:00

12 lines
387 B
Twig

{# templates/components/Toolbar.html.twig #}
<div class="bg-gray-800 p-3 min-h-14" {{ stimulus_controller('toolbar') }}>
<div class="flex flex-row items-center justify-between">
<div class="flex mr-2 items-center">
{{ left_group|raw }}
</div>
<div class="flex mr-2 items-center">
{{ right_group|raw }}
</div>
</div>
</div>