Added:
- toolbar and fixes
This commit is contained in:
11
templates/components/Toolbar.html.twig
Normal file
11
templates/components/Toolbar.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{# 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>
|
||||
Reference in New Issue
Block a user