mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add landing pages for meetups
This commit is contained in:
15
resources/views/vendor/livewire-tables/components/tools.blade.php
vendored
Normal file
15
resources/views/vendor/livewire-tables/components/tools.blade.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@aware(['component'])
|
||||
|
||||
@php
|
||||
$theme = $component->getTheme();
|
||||
@endphp
|
||||
|
||||
@if ($theme === 'tailwind')
|
||||
<div class="flex-col">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
@elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
|
||||
<div class="d-flex flex-column">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
@endif
|
||||
Reference in New Issue
Block a user