mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Livewire UI installed
This commit is contained in:
7
resources/views/vendor/wireui/components/dropdown/header.blade.php
vendored
Normal file
7
resources/views/vendor/wireui/components/dropdown/header.blade.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="@if($separator) border-t border-secondary-200 dark:border-secondary-600 @endif">
|
||||
<h6 {{ $attributes->merge(['class' => $classes]) }}>
|
||||
{{ $label }}
|
||||
</h6>
|
||||
|
||||
{{ $slot }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user